検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 509 for count (0.083 sec.)
正規表現検索を行い、コールバック関数を使用して置換を行う 3634
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を ... string | array $subject , int $limit = -1 , int &$count = null , int $flags = 0 ): string | array | null こ ... ーンの最大置換回数。デフォルトは -1 (無制限) です。 count 指定した場合は、置換を行った回数がここに格納されま ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
ファイルパス解決キャッシュについての情報を取得する 3634
« wincache_refresh_if_changed wincache_rplist_meminfo » PHP Manual WinCache 関数 ファイルパス解決 ... 関数が返す配列には次の要素が含まれます。 total_file_count - キャッシュに格納されたファイルパスのマッピングの ... 上の例の出力は以下となります。 Array ( [total_file_count] => 5 [rplist_entries] => Array ( [1] => Array ( [ ...
https://man.plustar.jp/php/function.wincache-rplist-fileinfo.html - [similar]
Description 3634
« ImagickPixel::setColor ImagickPixel::setColorValue » PHP Manual ImagickPixel Description Imagi ... ckPixel::setColorCount (PECL imagick 2, PECL imagick 3) ImagickPixel::set ... ColorCount — Description 説明 public ImagickPixel::setcolorco ... unt ( int $colorCount ): bool Sets the color count associated with this ... color. パラメータ colorCount 戻り値 成功した場合に true を返します。 関連キーワ ...
https://man.plustar.jp/php/imagickpixel.setcolorcount.html - [similar]
比較演算子 3634
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... tion standard_array_compare ( $op1 , $op2 ) { if ( count ( $op1 ) < count ( $op2 )) { return - 1 ; // $op1 ... < $op2 } elseif ( count ( $op1 ) > count ( $op2 )) { return 1 ; // $op1 > ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
関数のオーバーロード機能 3634
« サポートされる文字エンコーディング PHP の文字エンコーディングに関する要件 » PHP Manual マルチバ ... r() mb_stristr() 2 strrchr() mb_strrchr() 2 substr_count() mb_substr_count() 注意 : ディレクトリ単位の設定で ...
https://man.plustar.jp/php/mbstring.overload.html - [similar]
SQL ステートメントを実行し、作用した行数を返す 3634
« PDO::errorInfo PDO::getAttribute » PHP Manual PDO SQL ステートメントを実行し、作用した行数を返 ... b2' ); /* FRUIT テーブルから全ての行を削除する */ $count = $dbh -> exec ( "DELETE FROM fruit" ); /* 削除され ... た行数を返す */ print( "Deleted $count rows.\n" ); ?> 上の例の出力は以下となります。 Dele ...
https://man.plustar.jp/php/pdo.exec.html - [similar]
配列 関数 3634
« 配列のソート array_change_key_case » PHP Manual 配列 配列 関数 配列 関数 参考 is_array() , exp ... う一方の配列を値として、ひとつの配列を生成する array_count_values — 配列の値の数を数える array_diff_assoc — 追 ... ートする compact — 変数名とその値から配列を作成する count — 配列または Countable オブジェクトに含まれるすべて ... にソートする shuffle — 配列をシャッフルする sizeof — count のエイリアス sort — 配列を昇順にソートする uasort ...
https://man.plustar.jp/php/ref.array.html - [similar]
ストリームラッパーとして登録するクラスの例 3634
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... tion = 0 ; return true ; } function stream_read ( $count ) { $ret = substr ( $GLOBALS [ $this -> varname ], ... $this -> position , $count ); $this -> position += strlen ( $ret ); return $r ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
文字列 3602
« ssdeep_fuzzy_hash はじめに » PHP Manual テキスト処理 文字列 文字列 はじめに インストール/設定 ... コードする convert_uuencode — 文字列を uuencode する count_chars — 文字列で使用されている文字に関する情報を返 ... 列が指定された部分文字列で始まるかを調べる str_word_count — 文字列に使用されている単語についての情報を返す s ... つの文字列について、バイナリ対応で比較する substr_count — 副文字列の出現回数を数える substr_replace — 文字 ...
https://man.plustar.jp/php/book.strings.html - [similar]
ArrayIterator クラス 3602
« AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス Array ... ts SeekableIterator , ArrayAccess , Serializable , Countable { /* 定数 */ const int STD_PROP_LIST = 1 ; con ... c asort ( int $flags = SORT_REGULAR ): bool public count (): int public current (): mixed public getArrayCo ... onstruct — ArrayIterator を作成する ArrayIterator::count — 要素を数える ArrayIterator::current — 現在の配列 ...
https://man.plustar.jp/php/class.arrayiterator.html - [similar]