Core
3.2
PHP API documentation
Go to the documentation of this file.
33 return intval($x) + 1;
43 if ($x === null)
return "NULL";
49 $tx = func_get_args();
51 return array_sum($tx);
60 $tx = func_get_args();
62 return '[' . implode(
'][', $tx) .
']';