検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 362 for list (0.010 sec.)
Removes all output headers from the header list of the request 6364
« EventHttpRequest::cancel EventHttpRequest::closeConnection » PHP Manual EventHttpRequest Remov ... es all output headers from the header list of the request EventHttpRequest::clearHeaders (PEC ... aders — Removes all output headers from the header list of the request 説明 public EventHttpRequest::clear ... ): void Removes all output headers from the header list of the request. パラメータ この関数にはパラメータは ... header , request , Removes , all , output , from , list , clearHeaders , パラメータ ...
https://man.plustar.jp/php/eventhttprequest.clearheaders.html - [similar]
MySQL プロセスのリストを得る 6364
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql ... _list_processes (PHP 4 >= 4.3.0, PHP 5) mysql_list_proce ... て、これらが使えます。 mysqli_thread_id() 説明 mysql_list_processes ( resource $link_identifier = NULL ): re ... 、 失敗した場合に false を返します。 例 例1 mysql_list_processes() の例 <?php $link = mysql_connect ( 'lo ... 'mysql_user' , 'mysql_password' ); $result = mysql_list_processes ( $link ); while ( $row = mysql_fetch_as ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]
サポートされる全てのモードの配列を取得する 6213
« mcrypt_list_algorithms mcrypt_module_close » PHP Manual Mcrypt 関数 サポートされる全てのモード ... の配列を取得する mcrypt_list_modes (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL ... mcrypt >= 1.0.0) mcrypt_list_modes — サポートされる全てのモードの配列を取得する ... この関数に頼らないことを強く推奨します。 説明 mcrypt_list_modes ( string $lib_dir = ini_get("mcrypt.modes_di ... トするすべてのモードを配列で返します。 例 例1 mcrypt_list_modes() の例 <?php $modes = mcrypt_list_modes (); ...
https://man.plustar.jp/php/function.mcrypt-list-modes.html - [similar]
サポートされる全ての暗号を配列として取得する 6177
« mcrypt_get_key_size mcrypt_list_modes » PHP Manual Mcrypt 関数 サポートされる全ての暗号を配列と ... して取得する mcrypt_list_algorithms (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, ... PECL mcrypt >= 1.0.0) mcrypt_list_algorithms — サポートされる全ての暗号を配列として取 ... この関数に頼らないことを強く推奨します。 説明 mcrypt_list_algorithms ( string $lib_dir = ini_get("mcrypt.alg ... すべてのアルゴリズムを配列で返します。 例 例1 mcrypt_list_algorithms() の例 <?php $algorithms = mcrypt_list_ ...
https://man.plustar.jp/php/function.mcrypt-list-algorithms.html - [similar]
scoutapm がデータを収集する関数の一覧 6177
« scoutapm_get_calls SNMP » PHP Manual Scoutapm 関数 scoutapm がデータを収集する関数の一覧 scout ... apm_list_instrumented_functions (PECL scoutapm >= 1.0.2) sc ... outapm_list_instrumented_functions — scoutapm がデータを収集す ... る関数の一覧 説明 scoutapm_list_instrumented_functions (): array この拡張機能がデー ... この関数にはパラメータはありません。 戻り値 scoutapm_list_instrumented_functions() は 拡張機能が現在のインス ...
https://man.plustar.jp/php/function.scoutapm-list-instrumented-functions.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 6177
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... らのエラーの一覧を返す mysqli_stmt::$error_list mysqli_stmt_error_list (PHP 5 >= 5.4.0, PHP 7, PHP ... 8) mysqli_stmt::$error_list -- mysqli_stmt_error_list — 直近で実行したステート ... 説明 オブジェクト指向型 array $mysqli_stmt->error_list ; 手続き型 mysqli_stmt_error_list ( mysqli_stmt $s ... ute (); echo "Error:\n" ; print_r ( $stmt -> error_list ); /* 接続を閉じます */ $stmt -> close (); } /* 接 ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
現在認証済みの公開鍵の一覧を表示する 6142
« ssh2_publickey_init ssh2_publickey_remove » PHP Manual SSH2 関数 現在認証済みの公開鍵の一覧を表 ... 示する ssh2_publickey_list (PECL ssh2 >= 0.10) ssh2_publickey_list — 現在認証 ... 済みの公開鍵の一覧を表示する 説明 ssh2_publickey_list ( resource $pkey ): array 現在認証済みの公開鍵の一 ... 列です。 例 例1 認証済みの鍵の一覧を ssh2_publickey_list() で表示する <?php $ssh2 = ssh2_connect ( 'shell.e ... secret' ); $pkey = ssh2_publickey_init ( $ssh2 ); $list = ssh2_publickey_list ( $pkey ); foreach( $list as ...
https://man.plustar.jp/php/function.ssh2-publickey-list.html - [similar]
サポートされるフィルタの一覧を返す 6071
« filter_input filter_var_array » PHP Manual Filter 関数 サポートされるフィルタの一覧を返す filt ... er_list (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_list — サポー ... トされるフィルタの一覧を返す 説明 filter_list (): array パラメータ この関数にはパラメータはありま ... filter_id() にフィルタ名を渡します。 例 例1 filter_list() の例 <?php print_r ( filter_list ()); ?> 上の例の ... 連キーワード: フィルタ , サポート , filter , 一覧 , list , validate , 配列 , array , 関数 , float ...
https://man.plustar.jp/php/function.filter-list.html - [similar]
新機能 6071
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... ようになりました ( foreach でも使えます)。 これは、 list() の代替として使えます ( list() もまだ使えます)。 ... php $data = [ [ 1 , 'Tom' ], [ 2 , 'Fred' ], ]; // list() 形式 list( $id1 , $name1 ) = $data [ 0 ]; // [] ... 形式 [ $id1 , $name1 ] = $data [ 0 ]; // list() 形式 foreach ( $data as list( $id , $name )) { / ... on と SecondException をこのブロックで処理します } list() におけるキーのサポート list() (あるいはその短縮版 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
If true, the result of the first field grouping command is used as the main resu... 6071
« SolrQuery::setGroupLimit SolrQuery::setGroupNGroups » PHP Manual SolrQuery If true, the result ... field grouping command is used as the main result list in the response, using group.format=simple SolrQue ... field grouping command is used as the main result list in the response, using group.format=simple 説明 pu ... field grouping command is used as the main result list in the response, using group.format=simple . パラメ ... field grouping command is used as the main result list in the response. 戻り値 Returns an instance of Sol ...
https://man.plustar.jp/php/solrquery.setgroupmain.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT