検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 734 for s (0.050 sec.)
Associates all key-value pairs of a traversable object or array 3003
« Ds\Map::put Ds\Map::reduce » PHP Manual Map Associates all key-value pairs of a traversable ob ... ject or array Ds\Map::putAll (PECL ds >= 1.0.2) Ds\Map::putAll — As ... sociates all key-value pairs of a traversable object or arr ... ay 説明 public Ds\Map::putAll ( mixed $pairs ): void Associates all ... key-value pairs of a traversable object or array . 注意 : Keys of ...
https://man.plustar.jp/php/ds-map.putall.html - [similar]
Determines if the set contains all values 3003
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... \Set::contains (PECL ds >= 1.0.0) Ds\Set::contains... Determines if the set contains all values 説明 public Ds\Set: ... :contains ( mixed ...$values ): bool Determines if the set c ... ontains all values. 注意 : Values of type object are suppo ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
データの比較にコールバック関数を用い、配列の差を計算する 3003
« array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数 ... る 説明 array_udiff ( array $array , array ...$arrays , callable $value_compare_func ): array データの比 ... 数を利用します。 パラメータ array 最初の配列。 arrays 比較対象の配列。 value_compare_func 比較用のコール ... 全てを有する配列を返します。 例 例1 array_udiff() で stdClass オブジェクトを使う例 <?php // 比較する配列 ... $array1 = array(new stdclass , new stdclass , new stdclass , new stdclas ...
https://man.plustar.jp/php/function.array-udiff.html - [similar]
Get OID of the current cursor location 3003
« cubrid_connect cubrid_disconnect » PHP Manual CUBRID 関数 Get OID of the current cursor locati ... .0) cubrid_current_oid — Get OID of the current cursor location 説明 cubrid_current_oid ( resource $req ... _identifier ): string The cubrid_current_oid() function is used to ... get the oid of the current cursor location from the query result. To use cubrid_cu ... rrent_oid() , the query executed must be a updatable query, and the CUBRID_INCLUDE_OID ...
https://man.plustar.jp/php/function.cubrid-current-oid.html - [similar]
Get the facility code of error 3003
« cubrid_drop cubrid_error_code » PHP Manual CUBRID 関数 Get the facility code of error cubrid_e ... (): int The cubrid_error_code_facility() function is used to get the facility code (level in which the ... the error that occurred during the API execution. Usually, you can get the error code when API returns ... false as its return value. パラメータ この関数にはパラメ ... f the error code that occurred: CUBRID_FACILITY_DBMS , CUBRID_FACILITY_CAS , CUBRID_FACILITY_CCI , CUBR ...
https://man.plustar.jp/php/function.cubrid-error-code-facility.html - [similar]
Get last error message for the most recent function call 3003
« cubrid_error_code cubrid_execute » PHP Manual CUBRID 関数 Get last error message for the most ... recent function call cubrid_error_msg (PECL CUBRID >= 8.3.0) cubrid_error_msg — Get las ... t error message for the most recent function call 説明 cubrid_ ... error_msg (): string The cubrid_error_msg() function is use ... d to get the error message that occurred during the use of CUBRID API. Us ...
https://man.plustar.jp/php/function.cubrid-error-msg.html - [similar]
Ping a server connection or reconnect if there is no connection 3003
« cubrid_num_fields cubrid_query » PHP Manual CUBRID MySQL 互換関数 Ping a server connection or ... reconnect if there is no connection cubrid_ping (PECL CUBRID >= 8.3.1) c ... ubrid_ping — Ping a server connection or reconnect if there is no connec ... tion 説明 cubrid_ping ( resource $conn_identifier = ? ): bool Checks whether o ... r not the connection to the server is working. パラメータ conn_identifier The CU ...
https://man.plustar.jp/php/function.cubrid-ping.html - [similar]
最も最近のエラーをクリア 3003
« debug_print_backtrace error_get_last » PHP Manual エラー処理関数 最も最近のエラーをクリア erro ... r_clear_last (PHP 7, PHP 8) error_clear_last — 最も最近のエラー ... をクリア 説明 error_clear_last (): void パラメータ この関数にはパラメータはありま ... 戻り値 最も最近のエラーをクリアーし、 error_get_last() で取得できないようにします。 例 例1 error_clear ... _last() の例 <?php var_dump ( error_get_last ()); error ...
https://man.plustar.jp/php/function.error-clear-last.html - [similar]
リンクに関する情報を取得する 3003
« link lstat » PHP Manual ファイルシステム 関数 リンクに関する情報を取得する linkinfo (PHP 4, PH ... nfo — リンクに関する情報を取得する 説明 linkinfo ( string $path ): int | false リンクに関する情報を取得 ... が指している) リンクが実際に存在するかどうかを、 ( stat.h で定義されている S_ISLNK マクロと同じ方法で) ... メータ path リンクへのパス。 戻り値 linkinfo() は、 lstat システムコールで返された Unix C 言語の stat 構造 ... 体の st_dev フィールドを返します。 成功した場合は負でない ...
https://man.plustar.jp/php/function.linkinfo.html - [similar]
利用可能なハッシュ ID の最大値を得る 3003
« Mhash 関数 mhash_get_block_size » PHP Manual Mhash 関数 利用可能なハッシュ ID の最大値を得る m ... hash_count (PHP 4, PHP 5, PHP 7, PHP 8) mhash_count — ... す。この関数に頼らないことを強く推奨します。 説明 mhash_count (): int 利用可能なハッシュ ID の最大値を取得 ... 説明 8.1.0 この関数は、推奨されなくなりました。 hash_*() 関数 を代わりに使って下さい。 例 例1 全ハッシ ... ュをループする <?php $nr = mhash_count (); for ( $i = 0 ; $i <= $nr ; $i ++) { ech ...
https://man.plustar.jp/php/function.mhash-count.html - [similar]