検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 648 for 要素 (0.045 sec.)
配列をキーで昇順にソートする 3585
« krsort list » PHP Manual 配列 関数 配列をキーで昇順にソートする ksort (PHP 4, PHP 5, PHP 7, PH ... 順にソートします。 注意 : 比較結果が等しくなる二つの要素があった場合、それらの並び順は保持されます。PHP 8.0. ... この関数をコールすると、配列の内部ポインタは最初の要素にリセットされます。 パラメータ array 入力の配列。 f ... は、 setlocale() 関数で変更できます。 SORT_NATURAL - 要素の比較を文字列として行い、 natsort() と同様の「自然順 ... キー , 比較 , 昇順 , string , array , ksort , 関数 , 要素 ...
https://man.plustar.jp/php/function.ksort.html - [similar]
ランダムな鍵を生成する 3585
« sodium_crypto_core_ristretto255_is_valid_point sodium_crypto_core_ristretto255_scalar_add » PH ... true) 参考 sodium_crypto_core_ristretto255_add() - 要素を追加する sodium_crypto_core_ristretto255_sub() - 要 ... : 生成 , sodium , crypto , ristretto , 鍵 , 関数 , 要素 , パラメータ , リスト , 参考 ...
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-random.html - [similar]
イテレータの現在位置を返す 3585
« SplObjectStorage::getInfo SplObjectStorage::next » PHP Manual SplObjectStorage イテレータの現在 ... tStorage::rewind() - イテレータをストレージの最初の要素に巻き戻す SplObjectStorage::current() - 現在のストレ ... ージの要素を返す SplObjectStorage::next() - 次のエントリに移動 ... orage , key , int , next , パラメータ , エントリ , 要素 , ストレージ , stdClass , rewind ...
https://man.plustar.jp/php/splobjectstorage.key.html - [similar]
配列の差を計算する 3563
« array_diff_ukey array_fill_keys » PHP Manual 配列 関数 配列の差を計算する array_diff (PHP 4 >= ... arrays ): array array を他の配列と比較し、 array の要素の中で他の配列には存在しないものだけを返します。 パラ ... array のエントリのうち、他のどの配列にも含まれない要素のみを含む配列を返します。 array の配列のキーは維持さ ... 合のみ、 つまり、 文字列表現 が同等な場合のみ、 2つの要素は等しいとみなされます。 <?php // 以下の例は、配列が ... ド: array , 配列 , 計算 , 差 , 比較 , 関数 , 次元 , 要素 , 確認 , 添字 ...
https://man.plustar.jp/php/function.array-diff.html - [similar]
大文字小文字を区別しない str_replace 3563
« str_getcsv str_pad » PHP Manual String 関数 大文字小文字を区別しない str_replace str_ireplace ... 値を使用して subject の置換を行います。 replace の要素数が search より少ない場合は、残りの要素は 空の文字列 ... earch あるいは replace が配列の場合は、配列の最初の要素から順に処理されます。 search 探したい値。 needle (針 ... こともあります。 subject が配列の場合は、そのすべての要素に 対して検索と置換が行われ、返される結果も配列となり ...
https://man.plustar.jp/php/function.str-ireplace.html - [similar]
SPL 関数 3563
« UnexpectedValueException class_implements » PHP Manual SPL SPL 関数 SPL 関数 目次 class_implem ... iterator_apply — ユーザー関数をイテレータのすべての要素でコールする iterator_count — イテレータにある要素... クラス , 登録 , 実装 , オブジェクト , implements , 要素 , ハッシュ , hash ...
https://man.plustar.jp/php/ref.spl.html - [similar]
CollectionModify クラス 3534
« CollectionFind::sort CollectionModify::arrayAppend » PHP Manual Mysql_xdevapi CollectionModify ... CollectionModify::arrayAppend — 配列のフィールドに要素を追加する CollectionModify::arrayInsert — 配列のフィ ... ールドに要素を挿入する CollectionModify::bind — クエリのプレース ... キュメントの属性を設定する CollectionModify::skip — 要素をスキップする CollectionModify::sort — ソート条件を ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionmodify.html - [similar]
引数のリストから要素をひとつ返す 3534
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す ... HP 5, PHP 7, PHP 8) func_get_arg — 引数のリストから要素をひとつ返す 説明 func_get_arg ( int $position ): mi ... _num_args() 関連キーワード: func , 関数 , リスト , 要素 , 引数 , args , 注意 , 渡し , 定義 , 名前 ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]
コマンドライン引数のリストからオプションを取得する 3534
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... します。 long_options オプションの配列。 この配列の各要素をオプション文字列として使用し、 スクリプトにハイフン ... 渡された内容とマッチさせます。 たとえば、longopts の要素 "opt" は --opt というオプションを認識します。 rest ... に書き込まれます。 short_options パラメータに含まれる要素には次のようなものがあります。 単一の文字 (値を受け付 ... ことはできません。 long_options パラメータに含まれる要素には次のようなものがあります。 文字列 (値を受け付けな ...
https://man.plustar.jp/php/function.getopt.html - [similar]
子を取得する 3534
« RecursiveIteratorIterator::beginIteration RecursiveIteratorIterator::callHasChildren » PHP Man ... tor::callGetChildren (): ? RecursiveIterator 現在の要素の子を取得します。 パラメータ この関数にはパラメータ ... メータ , beginIteration , callHasChildren , public , 要素 ...
https://man.plustar.jp/php/recursiveiteratoriterator.callgetchildren.html - [similar]