runkit_method_rename
Opis
bool runkit_method_rename ( string classname, string methodname, string newname )Notatka: Ta funkcja nie może być użyta do manipulacji aktualnie działającej (lub powiązanej) metody. This function cannot
| Ostrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
Parametry
classnameThe class in which to rename the method
methodnameThe name of the method to rename
newnameThe new name to give to the renamed method
Patrz także
| runkit_method_add() |
| runkit_method_copy() |
| runkit_method_redefine() |
| runkit_method_remove() |
| runkit_function_rename() |
| Poprzedni | Spis treści | Następny |
| runkit_method_remove | Początek rozdziału |