Results of 1 - 10 of about 46 for uopz (0.001 sec.)
- Uopz 関数 9885
- « 定義済み定数 uopz_add_function » PHP Manual uopz Uopz 関数 Uopz 関数 目次 uopz_add_function —
...
Adds non-existent function or method uopz_allow_exit — Allows control over disabled exit opc ...
ode uopz_backup — Backup a function uopz_compose — Compose ...
a class uopz_copy — Copy a function uopz_del_function — Deletes ...
previously added function or method uopz_delete — Delete a function uopz_extend — 実行時にク ...
-
https://man.plustar.jp/php/ref.uopz.html
- [similar]
- Zend に対するユーザー操作 9397
- « runkit7_zval_inspect はじめに » PHP Manual PHP の振る舞いの変更 Zend に対するユーザー操作 Zend
...
インストール手順 実行時設定 リソース型 定義済み定数 Uopz 関数 uopz_add_function — Adds non-existent functio ...
n or method uopz_allow_exit — Allows control over disabled exit opc ...
ode uopz_backup — Backup a function uopz_compose — Compose ...
a class uopz_copy — Copy a function uopz_del_function — Deletes ...
-
https://man.plustar.jp/php/book.uopz.html
- [similar]
- Gets a previous set return value for a function 8665
- « uopz_get_property uopz_get_static » PHP Manual Uopz 関数 Gets a previous set return value for
...
a function uopz_get_return (PECL uopz 5, PECL uopz 6, PECL uopz 7) ...
uopz_get_return — Gets a previous set return value for ...
a function 説明 uopz_get_return ( string $function ): mixed uopz_get_re ...
the return value of the function previously set by uopz_set_return() . パラメータ class The name of the cl ...
-
https://man.plustar.jp/php/function.uopz-get-return.html
- [similar]
- Deletes previously added function or method 8650
- « uopz_copy uopz_delete » PHP Manual Uopz 関数 Deletes previously added function or method uopz_
...
del_function (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_del_function — D ...
eletes previously added function or method 説明 uopz_del_function ( string $function ): bool uopz_del_f ...
を、失敗した場合に false を返します。 エラー / 例外 uopz_del_function() throws a RuntimeException if the fu ...
nction or method to delete has not been added by uopz_add_function() . 例 例1 Basic uopz_del_function() ...
-
https://man.plustar.jp/php/function.uopz-del-function.html
- [similar]
- 関数またはクラスのフラグを 取得/設定 する 8589
- « uopz_extend uopz_function » PHP Manual Uopz 関数 関数またはクラスのフラグを 取得/設定 する uopz
...
z_flags (PECL uopz 2 >= 2.0.2, PECL uopz 5, PECL uopz 6, PECL uopz 7) ...
uopz_flags — 関数またはクラスのフラグを 取得/設定 する ...
説明 uopz_flags ( string $function , int $flags = PHP_INT_MA ...
X ): int uopz_flags ( string $class , string $function , int $fl ...
-
https://man.plustar.jp/php/function.uopz-flags.html
- [similar]
- 定数を再定義 8589
- « uopz_overload uopz_rename » PHP Manual Uopz 関数 定数を再定義 uopz_redefine (PECL uopz 1, PECL
...
uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_red ...
efine — 定数を再定義 説明 uopz_redefine ( string $constant , mixed $value ): bool ...
uopz_redefine ( string $class , string $constant , mixe ...
true を、失敗した場合に false を返します。 例 例1 uopz_redefine() の例 <?php define ( "MY" , 100 ); uopz_ ...
-
https://man.plustar.jp/php/function.uopz-redefine.html
- [similar]
- Allows control over disabled exit opcode 8558
- « uopz_add_function uopz_backup » PHP Manual Uopz 関数 Allows control over disabled exit opcode
...
uopz_allow_exit (PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_allow_exit — All ...
ows control over disabled exit opcode 説明 uopz_allow_exit ( bool $allow ): void By default uopz d ...
t opcode, so exit() calls are practically ignored. uopz_allow_exit() allows to control this behavior. パラ ...
xit opcodes or not. 戻り値 値を返しません。 例 例1 uopz_allow_exit() example <?php exit( 1 ); echo 1 ; uop ...
-
https://man.plustar.jp/php/function.uopz-allow-exit.html
- [similar]
- Removes previously set hook on function or method 8558
- « uopz_undefine uopz_unset_mock » PHP Manual Uopz 関数 Removes previously set hook on function o
...
r method uopz_unset_hook (PECL uopz 5, PECL uopz 6, PECL uopz 7) ...
uopz_unset_hook — Removes previously set hook on functi ...
on or method 説明 uopz_unset_hook ( string $function ): bool uopz_unset_h ...
を、失敗した場合に false を返します。 例 例1 Basic uopz_unset_hook() Usage <?php function foo () { echo 'f ...
-
https://man.plustar.jp/php/function.uopz-unset-hook.html
- [similar]
- Unsets a previously set return value for a function 8558
- « uopz_unset_mock WinCache » PHP Manual Uopz 関数 Unsets a previously set return value for a fun
...
ction uopz_unset_return (PECL uopz 5, PECL uopz 6, PECL uopz ...
7) uopz_unset_return — Unsets a previously set return valu ...
e for a function 説明 uopz_unset_return ( string $function ): bool uopz_unset ...
the return value of the function previously set by uopz_set_return() . パラメータ class The name of the cl ...
-
https://man.plustar.jp/php/function.uopz-unset-return.html
- [similar]
- Gets previously set hook on function or method 8528
- « uopz_get_exit_status uopz_get_mock » PHP Manual Uopz 関数 Gets previously set hook on function
...
or method uopz_get_hook (PECL uopz 5, PECL uopz 6, PECL uopz 7) u ...
ets previously set hook on function or method 説明 uopz_get_hook ( string $function ): Closure uopz_get_ho ...
hod, or null if no hook has been set. 例 例1 Basic uopz_get_hook() Usage <?php function foo () { echo 'foo ...
' ; } uopz_set_hook ( 'foo' , function () {echo 'bar' ;}); va ...
-
https://man.plustar.jp/php/function.uopz-get-hook.html
- [similar]