検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 860 for [SIMILAR] 16 1024 4096 WITH 21840 iteratoriterat... (0.621 sec.)
Returns a sorted copy 0
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PECL ds >= 1.0.0) Ds\Vector::sorted — Returns a sorted copy 説明 public Ds\Vector::sorted ( callable $comparator = ? ): Ds\Vector Returns a sorted copy, using an optional comparator function. パ ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
大文字小文字を区別しないバイナリセーフな文字列比較を行う 0
« str_word_count strchr » PHP Manual String 関数 大文字小文字を区別しないバイナリセーフな文字列比較を行う strcasecmp (PHP 4, PHP 5, PHP 7, PHP 8) strcasecmp — 大文字小文字を区別しないバイナリセーフな文字列比較を行う 説明 strcasecmp ( string $string1 , string $string2 ): int 大文字小文字を ...
https://man.plustar.jp/php/function.strcasecmp.html - [similar]
開始要素および終了要素のハンドラを設定する 0
« xml_set_default_handler xml_set_end_namespace_decl_handler » PHP Manual XML パーサ 関数 開始要素および終了要素のハンドラを設定する xml_set_element_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_element_handler — 開始要素および終了要素のハンドラを設定する 説明 xml_set_element_handler ( XM ...
https://man.plustar.jp/php/function.xml-set-element-handler.html - [similar]
コメント 0
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル型(Perl 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo 'もうひとつのテストです' ; echo '最 ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
リソース型 0
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 Zip モジュールでは二種類のリソース型が使用されます。 まず最初が Zip アーカイブを表す Zip directory で、 もうひとつはアーカイブのエントリを表す Zip Entry です。 関連キーワード: リソース , 設定 , アーカイブ , 実 ...
https://man.plustar.jp/php/zip.resources.html - [similar]
リソース型 0
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 多くの fdf 関数は、最初のパラメータとして fdf リソースが必要です。 fdf リソースは、オープンした fdf ファイルの ハンドルです。 fdf リソースは、 fdf_create() 、 fdf_open() 、 fdf_open_string() を用いて取得するこ ...
https://man.plustar.jp/php/fdf.resources.html - [similar]
最初の引数で指定したコールバック関数をコールする 0
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバック関数をコールする call_user_func (PHP 4, PHP 5, PHP 7, PHP 8) call_user_func — 最初の引数で指定したコールバック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): mi ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
配列からキーを取り出す 0
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP 8) key — 配列からキーを取り出す 説明 key ( array | object $array ): int | string | null key() は、 現在の配列位置における連想配列要素のキーを返します。 パラメータ array 配列。 戻り値 key() 関数 ...
https://man.plustar.jp/php/function.key.html - [similar]
フォントを読み込む 0
« ps_fill ps_get_buffer » PHP Manual PS 関数 フォントを読み込む ps_findfont (PECL ps >= 1.1.0) ps_findfont — フォントを読み込む 説明 ps_findfont ( resource $psdoc , string $fontname , string $encoding , bool $embed = false ): int あとで使用するために、フォントを読み込みます。読み込んだフ ...
https://man.plustar.jp/php/function.ps-findfont.html - [similar]
色を設定する 0
« ps_set_value ps_setdash » PHP Manual PS 関数 色を設定する ps_setcolor (PECL ps >= 1.1.0) ps_setcolor — 色を設定する 説明 ps_setcolor ( resource $psdoc , string $type , string $colorspace , float $c1 , float $c2 , float $c3 , float $c4 ): bool 描画色、塗りつぶし色、あるいはその両方を設定 ...
https://man.plustar.jp/php/function.ps-setcolor.html - [similar]