@- 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:
Andrei Zmievski 2001-05-09 20:06:39 +00:00
parent 5258141db8
commit 8112d1beba
2 changed files with 32 additions and 0 deletions

View file

@ -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);