検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 302 for [SIMILAR] 16 1024 4096 WITH 33319 arrayobject WI... (0.306 sec.)
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]
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]
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
« crc32 echo » PHP Manual String 関数 文字列の一方向のハッシュ化を行う crypt (PHP 4, PHP 5, PHP 7, PHP 8) crypt — 文字列の一方向のハッシュ化を行う 警告 この関数は (まだ)バイナリデータ対応ではありません! 説明 crypt ( string $string , string $salt ): string crypt() 文字列のハッシュを返しま ...
https://man.plustar.jp/php/function.crypt.html - [similar]
配列をシャッフルする 0
« rsort sizeof » PHP Manual 配列 関数 配列をシャッフルする shuffle (PHP 4, PHP 5, PHP 7, PHP 8) shuffle — 配列をシャッフルする 説明 shuffle ( array &$array ): bool この関数は、配列をシャッフル (要素の順番をランダムに) します。 この関数が使う疑似乱数生成器は、暗号学的な使い方には適していま ...
https://man.plustar.jp/php/function.shuffle.html - [similar]
推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 推奨されなくなる機能 推奨されなくなる機能 PHP コア デフォルト値を持つ引数の後に、必須の引数が続く場合、デフォルト値は意味をなしません。 こうした書き方は PHP 8.0.0 から推奨されなくなります。 以下のようにし ...
https://man.plustar.jp/php/migration80.deprecated.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.4.x で推奨されなくなる機能 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 配列でない値を配列スタイルでアクセスした場合 null , bool , int , float または resource 型を ( $null["key"] のように) 配列としてアク ...
https://man.plustar.jp/php/migration74.incompatible.html - [similar]
比較演算子 0
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前が示すように、二つの値を比較します。 型の比較表 に、型に関連するさまざまな比較の例があります。 比較演算子 例 名前 結果 $a == $b 等しい 型の相互変換をした後で $a が $b に等しい時に true 。 $a = ...
https://man.plustar.jp/php/language.operators.comparison.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]