Logo

Function handling Functions

call_user_func call_user_func_array forward_static_call forward_static_call_array func_get_arg func_get_args func_num_args function_exists get_defined_functions register_shutdown_function register_tick_function unregister_tick_function

function_exists

Logo doctrine/dbal doctrine/dbal
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Return true if the given function has been defined
<?php function_exists(string $function): bool