検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 734 for s (0.087 sec.)
Sorts the vector in-place 2969
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::so ... rt (PECL ds >= 1.0.0) Ds\Vector::sort — Sorts the vector in-pl ... ace 説明 public Ds\Vector::sort ( callable $comparator = ? ): void So ... rts the vector in-place, using an optional comparator ... , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Returns a sorted copy 2969
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PE ... CL ds >= 1.0.0) Ds\Vector::sorted — Returns a sorted cop ... y 説明 public Ds\Vector::sorted ( callable $comparator = ? ): Ds\Ve ... ctor Returns a sorted copy, using an optional comparator functi ... , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
XML エレメント構造の例 2969
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... 初の例は、あるドキュメント中のstart エレメントの構造をイン デントを付けて表示します ... hp $file = "data.xml" ; $depth = array(); function startElement ( $parser , $name , $attrs ) { global $ ... depth ; if (!isset( $depth [ $parser ])) { $depth [ $parser ] = 0 ... ; } for ( $i = 0 ; $i < $depth [ $parser ]; $i ++) { echo " " ; } echo " $name \n" ; $dep ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]
Move the internal row pointer of the CUBRID result 2969
« cubrid_close cubrid_db_name » PHP Manual CUBRID MySQL 互換関数 Move the internal row pointer o ... f the CUBRID result cubrid_data_seek (PECL CUBRID >= 8.3.0) cubrid_ ... data_seek — Move the internal row pointer of the CUBRID r ... esult 説明 cubrid_data_seek ( resource $result , int ... $row_number ): bool This function performs the moving of the internal row p ...
https://man.plustar.jp/php/function.cubrid-data-seek.html - [similar]
Trains on an entire dataset, for a period of time using the Cascade2 training al... 2969
« Fann 関数 fann_cascadetrain_on_file » PHP Manual Fann 関数 Trains on an entire dataset, for a ... period of time using the Cascade2 training algorithm fann_cascadetra ... in_on_data (PECL fann >= 1.0.0) fann_cascadetrain_on_data — Trains on an entire dataset, fo ... r a period of time using the Cascade2 training algorithm 説明 fann_casca ... detrain_on_data ( resource $ann , resource $data , int $max_neurons , in ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-data.html - [similar]
最終更新時刻を取得する 2969
« getenv getmygid » PHP Manual PHP オプション/情報 関数 最終更新時刻を取得する getlastmod (PHP 4 ... , PHP 5, PHP 7, PHP 8) getlastmod — 最終更新時刻を取得する 説明 getlastmod (): i ... nt | false 実行中のスクリプト本体の最終更新時刻を取得します。 ... のまま date() に渡す事ができます。エラーの場合は false を返します。 例 例1 getlastmod() の例 <?php // た ... 出力します echo "最終更新時刻: " . date ( "F d Y H:i:s." , getlastmod ()); ?> 参考 date() - Unixタイムスタ ...
https://man.plustar.jp/php/function.getlastmod.html - [similar]
乱数シードを設定する 2969
« gmp_random_range gmp_random » PHP Manual GMP 関数 乱数シードを設定する gmp_random_seed (PHP 7, ... PHP 8) gmp_random_seed — 乱数シードを設定する 説明 gmp_random_seed ( G ... MP | int | string $seed ): void パラメータ seed gmp_random() , ... gmp_random_bits() , gmp_random_range() 向けに設定するシード GMP オ ... 。 戻り値 成功した場合に null を、失敗した場合に false を返します. エラー / 例外 seed が無効な場合は E_W ...
https://man.plustar.jp/php/function.gmp-random-seed.html - [similar]
指定したエラーコードに対応する名前を取得する 2969
« 国際化 関数 intl_get_error_code » PHP Manual 国際化 関数 指定したエラーコードに対応する名前を取 ... を取得する 説明 intl_error_name ( int $errorCode ): string ICU のエラーコード名を返します。 パラメータ e ... ode = collator_get_error_code ( $coll ); printf ( "Symbolic name for %d is %s\n." , $err_code , intl_er ... ?> 上の例の出力は、 たとえば以下のようになります。 Symbolic name for -128 is U_USING_FALLBACK_WARNING. ... 参考 intl_is_failure() - 指定したエラーコードが失敗を表すかどう ...
https://man.plustar.jp/php/function.intl-error-name.html - [similar]
ユダヤ暦の日付けをユリウス積算日に変換する 2969
« jdtounix juliantojd » PHP Manual カレンダー 関数 ユダヤ暦の日付けをユリウス積算日に変換する je ... wishtojd (PHP 4, PHP 5, PHP 7, PHP 8) jewishtojd — ユダ ... ヤ暦の日付けをユリウス積算日に変換する 説明 jewishtojd ( int $month , int $day , int $year ): int こ ... ータ month 月を表す、 1 から 13 までの数値。 1 は Tishri を、 13 s Elul という意味です。 そして 6 と 7 は ... 付に対応するユリウス積算日を返します。 参考 jdtojewish() - ユリウス積算日をユダヤ暦に変換する cal_to_jd( ...
https://man.plustar.jp/php/function.jewishtojd.html - [similar]
LDAP のエラー番号をエラーメッセージ文字列に変換する 2969
« ldap_dn2ufn ldap_errno » PHP Manual LDAP 関数 LDAP のエラー番号をエラーメッセージ文字列に変換す ... る ldap_err2str (PHP 4, PHP 5, PHP 7, PHP 8) ldap_err2str — LDAP ... 番号をエラーメッセージ文字列に変換する 説明 ldap_err2str ( int $errno ): string この関数は、エラー番号 er ... $i = 0 ; $i < 100 ; $i ++) { printf ( "Error $i : %s<br />\n" , ldap_err2str ( $i )); } ?> 参考 ldap_er ...
https://man.plustar.jp/php/function.ldap-err2str.html - [similar]