PHP Strict Standards错误

PHP版本: 5.3.5

Code:

<?php
$ip = '127.0.0.1';
array_pop(explode('.',$ip));
?>

ERROR:

分析:

PHP Strict Standards错误_第1张图片

     程序没有按照PHP严格规定的模式编写而给的警告。

你可能感兴趣的:(strict,Standards)