Constantes pré-définies
uopz_add_function
uopz
PHP Manual
Fonctions Uopz
Sommaire
uopz_add_function
— Adds non-existent function or method
uopz_allow_exit
— Allows control over disabled exit opcode
uopz_backup
— Sauvegarde une fonction
uopz_compose
— Compose une classe
uopz_copy
— Copie une fonction
uopz_del_function
— Deletes previously added function or method
uopz_delete
— Supprime une fonction
uopz_extend
— Etend une classe à l'exécution
uopz_flags
— Récupère ou défini les drapeaux d'une fonction ou d'une classe
uopz_function
— Crée une fonction à l'exécution
uopz_get_exit_status
— Retrieve the last set exit status
uopz_get_hook
— Gets previously set hook on function or method
uopz_get_mock
— Get the current mock for a class
uopz_get_property
— Gets value of class or instance property
uopz_get_return
— Gets a previous set return value for a function
uopz_get_static
— Gets the static variables from function or method scope
uopz_implement
— Implémente une interface à l'exécution
uopz_overload
— Surcharge un opcode VM
uopz_redefine
— Re-défini une constante
uopz_rename
— Renomme une fonction à l'exécution
uopz_restore
— Restaure une fonction sauvegardée
uopz_set_hook
— Sets hook to execute when entering a function or method
uopz_set_mock
— Use mock instead of class for new objects
uopz_set_property
— Sets value of existing class or instance property
uopz_set_return
— Provide a return value for an existing function
uopz_set_static
— Sets the static variables in function or method scope
uopz_undefine
— Supprime une constante
uopz_unset_hook
— Removes previously set hook on function or method
uopz_unset_mock
— Unset previously set mock
uopz_unset_return
— Unsets a previously set return value for a function
Constantes pré-définies
uopz_add_function
uopz
PHP Manual