検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1026 for [SIMILAR] 16 1024 4096 WITH 15054 func WITH 1196... (0.526 sec.)
1 つ以上の文字列を出力する 0
« crypt explode » PHP Manual String 関数 1 つ以上の文字列を出力する echo (PHP 4, PHP 5, PHP 7, PHP 8) echo — 1 つ以上の文字列を出力する 説明 echo ( string ...$expressions ): void ひとつ以上の(文字列として評価される)式を出力します。末尾に改行やスペースを付加することはありません。 echo は実 ...
https://man.plustar.jp/php/function.echo.html - [similar]
ユーザー定義の比較関数を用いて、キーで配列をソートする 0
« uasort usort » PHP Manual 配列 関数 ユーザー定義の比較関数を用いて、キーで配列をソートする uksort (PHP 4, PHP 5, PHP 7, PHP 8) uksort — ユーザー定義の比較関数を用いて、キーで配列をソートする 説明 uksort ( array &$array , callable $callback ): bool 順序を決めるユーザー定義の比較関数を用 ...
https://man.plustar.jp/php/function.uksort.html - [similar]
ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する 0
« ArrayIterator::setFlags ArrayIterator::uksort » PHP Manual ArrayIterator ユーザー定義の比較関数を使ってソートを行い、インデックスとの関連を管理する ArrayIterator::uasort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::uasort — ユーザー定義の比較関数を使ってソートを行い、インデックスとの関 ...
https://man.plustar.jp/php/arrayiterator.uasort.html - [similar]
Sorts the map in-place by key 0
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PECL ds >= 1.0.0) Ds\Map::ksort — Sorts the map in-place by key 説明 public Ds\Map::ksort ( callable $comparator = ? ): void Sorts the map in-place by key, using an optional comparator function. ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Sorts the map in-place by value 0
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PECL ds >= 1.0.0) Ds\Map::sort — Sorts the map in-place by value 説明 public Ds\Map::sort ( callable $comparator = ? ): void Sorts the map in-place by value, using an optional comparator functio ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 0
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ds >= 1.0.0) Ds\Map::sorted — Returns a copy, sorted by value 説明 public Ds\Map::sorted ( callable $comparator = ? ): Ds\Map Returns a copy, sorted by value using an optional comparator func ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
アトリビュートの文法 0
« アトリビュートの概要 リフレクションAPI を使ってアトリビュートを読み取る » PHP Manual アトリビュート アトリビュートの文法 アトリビュートの文法 アトリビュートの文法は、複数の部分からなります。 まず最初に、アトリビュートの宣言は常に #[ で始まり、 それに対応する ] で囲みます。 その内部では ...
https://man.plustar.jp/php/language.attributes.syntax.html - [similar]
Returns a copy, sorted by key 0
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No version information available, might only be in Git) Ds\Map::ksorted — Returns a copy, sorted by key 説明 public Ds\Map::ksorted ( callable $comparator = ? ): Ds\Map Returns a copy sorted by k ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
引数が、数えられる値かどうかを調べる 0
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_countable (PHP 7 >= 7.3.0, PHP 8) is_countable — 引数が、数えられる値かどうかを調べる 説明 is_countable ( mixed $value ): bool 引数の内容が、 array または Countable を実装したオブジェクトかどうかを ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
return 0
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プログラムの制御を呼び出し元に戻します。 呼び出し側のモジュールでは、呼び出しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の値として返しま ...
https://man.plustar.jp/php/function.return.html - [similar]