mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
@- Added is_callable() function that can be used to find out whether
@ its argument is a valid callable construct. (Andrei)
This commit is contained in:
parent
5258141db8
commit
8112d1beba
2 changed files with 32 additions and 0 deletions
|
@ -77,6 +77,7 @@ PHP_FUNCTION(is_string);
|
|||
PHP_FUNCTION(is_array);
|
||||
PHP_FUNCTION(is_object);
|
||||
PHP_FUNCTION(is_scalar);
|
||||
PHP_FUNCTION(is_callable);
|
||||
|
||||
PHP_FUNCTION(error_log);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue