wrong parameter count for strstr()

前端 未结 3 1374

I have built a nav menu in wordpres using a posts GUID, and post title, I am taking only part of the title and to do this I am doing the following,

$casestu         


        
3条回答
  •  感动是毒
    2021-01-14 09:38

    The third parameter was added in PHP 5.3.0. Is your running PHP version lower than 5.3.0?

提交回复
热议问题