検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 1830 for [SIMILAR] 16 1024 4096 WITH 4340 配列 WITH 3161 ... (2.722 sec.)
内部の配列ポインタをひとつ前に戻す 0
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, PHP 8) prev — 内部の配列ポインタをひとつ前に戻す 説明 prev ( array | object &$array ): mixed 内部の配列ポインタをひとつ前に戻します。 prev() は、 内部の配列ポインタを進めるのではなく戻すという ...
https://man.plustar.jp/php/function.prev.html - [similar]
パスワードハッシュを作る 0
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを作る password_hash (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_hash — パスワードハッシュを作る 説明 password_hash ( string $password , string | int | null $algo , array $options = [] ): string pa ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
実行時設定 0
« インストール 非互換性 » PHP Manual Mysqlnd 実行時設定 実行時設定 php.ini の設定により動作が変化します。 MySQL Native Driver 設定オプション 名前 デフォルト 変更可能 変更履歴 mysqlnd.collect_statistics "1" PHP_INI_SYSTEM mysqlnd.collect_memory_statistics "0" PHP_INI_SYSTEM mysqlnd.debug ...
https://man.plustar.jp/php/mysqlnd.config.html - [similar]
配列のすべてのキーの大文字小文字を変更する 0
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_change_key_case (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_change_key_case — 配列のすべてのキーの大文字小文字を変更する 説明 array_change_key_case ( array $array , int $case = CASE_LOWER ): a ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]
配列の先頭から要素を一つ取り出す 0
« array_search array_slice » PHP Manual 配列 関数 配列の先頭から要素を一つ取り出す array_shift (PHP 4, PHP 5, PHP 7, PHP 8) array_shift — 配列の先頭から要素を一つ取り出す 説明 array_shift ( array &$array ): mixed array_shift() は、 array の最初の値を取り出して返します。配列 array は、要素 ...
https://man.plustar.jp/php/function.array-shift.html - [similar]
統計情報 0
« 持続的接続 メモ » PHP Manual Mysqlnd 統計情報 統計情報 統計情報を使う MySQL Native Driver は、クライアントとサーバー間の通信に関する統計情報を収集する機能をサポートしています。収集できる統計情報は主に2つのタイプに分けられます。 クライアントの統計情報 接続の統計情報 mysqli 拡張機能を使っ ...
https://man.plustar.jp/php/mysqlnd.stats.html - [similar]
SplFixedArray クラス 0
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス SplFixedArray クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SplFixedArray クラスは配列の主要な機能を提供します。 SplFixedArray と通常の PHP の配列との主な違いは、 SplFixedArray は手動でリサ ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
配列の値の数を数える 0
« array_combine array_diff_assoc » PHP Manual 配列 関数 配列の値の数を数える array_count_values (PHP 4, PHP 5, PHP 7, PHP 8) array_count_values — 配列の値の数を数える 説明 array_count_values ( array $array ): array array_count_values() は、 配列 array の値をキーとし、 array におけるその値 ...
https://man.plustar.jp/php/function.array-count-values.html - [similar]
配列のキーすべて、あるいはその一部を返す 0
« array_key_last array_map » PHP Manual 配列 関数 配列のキーすべて、あるいはその一部を返す array_keys (PHP 4, PHP 5, PHP 7, PHP 8) array_keys — 配列のキーすべて、あるいはその一部を返す 説明 array_keys ( array $array ): array array_keys ( array $array , mixed $search_value , bool $strict ...
https://man.plustar.jp/php/function.array-keys.html - [similar]
データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の... 0
« array_udiff_assoc array_udiff » PHP Manual 配列 関数 データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の差を計算する array_udiff_uassoc (PHP 5, PHP 7, PHP 8) array_udiff_uassoc — データと添字の比較にコールバック関数を用い、 追加された添字の確認を含めて配列の ...
https://man.plustar.jp/php/function.array-udiff-uassoc.html - [similar]