検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 127 for defined (0.022 sec.)
Register a user-defined callback function for Oracle Database TAF 11121
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... 2.1.7) oci_register_taf_callback — Register a user-defined callback function for Oracle Database TAF 説明 oci ... on , ? callable $callback ): bool Registers a user-defined callback function to connection . If connection fa ... ter_taf_callback() to explicitly unregister a user-defined callback. TAF callback registration will NOT be sa ... n An Oracle connection identifier. callback A user-defined callback to register for Oracle TAF. It can be a s ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
全ての定義済の変数を配列で返す 10937
« get_debug_type get_resource_id » PHP Manual 変数操作 関数 全ての定義済の変数を配列で返す get_defined ... ned_vars (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) get_defined_vars — 全ての定義済の変数を配列で返す 説明 get_def ... (): array この関数は、環境変数、サーバー変数、 get_defined_vars() がコールされたスコープ内でユーザーが定義した ... べての変数を含む多次元の配列を返します。 例 例1 get_defined_vars() の例 <?php $b = array( 1 , 1 , 2 , 3 , 5 , ... 8 ); $arr = get_defined_vars (); // $b を出力 print_r ( $arr [ "b" ]); // ...
https://man.plustar.jp/php/function.get-defined-vars.html - [similar]
Unregister a user-defined callback function for Oracle Database TAF 9897
« oci_statement_type OCICollection » PHP Manual OCI8 関数 Unregister a user-defined callback fun ... 7) oci_unregister_taf_callback — Unregister a user-defined callback function for Oracle Database TAF 説明 oci ... ( resource $connection ): bool Unregister the user-defined callback function registered to connection by oci_ ... 参考 oci_register_taf_callback() - Register a user-defined callback function for Oracle Database TAF 関連キー ... ワード: callback , oci , user , function , defined , connection , Unregister , OCI , Database , unreg ...
https://man.plustar.jp/php/function.oci-unregister-taf-callback.html - [similar]
すべての定数の名前とその値を連想配列として返す 9775
« get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前と ... その値を連想配列として返す get_defined_constants (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) ge ... t_defined_constants — すべての定数の名前とその値を連想配列と ... して返す 説明 get_defined_constants ( bool $categorize = false ): array 現在 ... <?php define ( "MY_CONSTANT" , 1 ); print_r ( get_defined_constants ( true )); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/function.get-defined-constants.html - [similar]
定義済みの全ての関数を配列で返す 9408
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... 列で返す get_defined_functions (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ge ... t_defined_functions — 定義済みの全ての関数を配列で返す 説明 ... get_defined_functions ( bool $exclude_disabled = true ): array ... e_disabled パラメータが追加されました。 例 例1 get_defined_functions() の例 <?php function myrow ( $id , $dat ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
指定した名前の定数が存在するかどうかを調べる 9347
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... 4, PHP 5, PHP 7, PHP 8) defined — 指定した名前の定数が存在するかどうかを調べる 説明 ... defined ( string $constant_name ): bool 指定した定数が存在 ... どうかを知りたければ、 isset() を利用してください。 defined() は 定数 にしか適用できません。 関数が存在するかど ... が、定数 TEST の名前かどうかを調べています。*/ if ( defined ( 'TEST' )) { echo TEST ; } ?> 参考 define() - 名前 ...
https://man.plustar.jp/php/function.defined.html - [similar]
Remove/Delete an already defined constant 9224
« runkit7_constant_redefine runkit7_function_add » PHP Manual runkit7 関数 Remove/Delete an alre ... ady defined constant runkit7_constant_remove (PECL runkit7 >= ... runkit7_constant_remove — Remove/Delete an already defined constant 説明 runkit7_constant_remove ( string $co ... runkit7_constant_redefine() - Redefine an already defined constant 関連キーワード: constant , runkit , alrea ... dy , defined , Remove , Delete , remove , redefine , define , w ...
https://man.plustar.jp/php/function.runkit7-constant-remove.html - [similar]
Redefine an already defined constant 9041
« runkit7_constant_add runkit7_constant_remove » PHP Manual runkit7 関数 Redefine an already defined ... n) runkit7_constant_redefine — Redefine an already defined constant 説明 runkit7_constant_redefine ( string $ ... nkit7_constant_remove() - Remove/Delete an already defined constant 関連キーワード: constant , runkit , defin ...
https://man.plustar.jp/php/function.runkit7-constant-redefine.html - [similar]
Add a user defined swoole_process to the server. 8857
« Swoole\Server::addlistener Swoole\Server::after » PHP Manual Swoole\Server Add a user defined ... e >= 1.9.0) Swoole\Server::addProcess — Add a user defined swoole_process to the server. 説明 public Swoole\S ... り値 関連キーワード: process , swoole , Add , user , defined , server , Swoole , Server , the , addProcess ...
https://man.plustar.jp/php/swoole-server.addprocess.html - [similar]
Bind the connection to a user defined user ID. 8857
« Swoole\Server::after Swoole\Server::clearTimer » PHP Manual Swoole\Server Bind the connection ... to a user defined user ID. Swoole\Server::bind (PECL swoole >= 1.9.0 ... woole\Server::bind — Bind the connection to a user defined user ID. 説明 public Swoole\Server::bind ( int $fd ... d 戻り値 関連キーワード: user , Bind , onnection , defined , Swoole , Server , bind , int , uid , after ...
https://man.plustar.jp/php/swoole-server.bind.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT