検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1514 for [SIMILAR] 16 1024 4096 WITH 29383 配列 WITH 1998... (1.215 sec.)
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.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
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する oci_fetch_all (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_all — クエリからの複数の行を二次元配列に取得する 説明 oci_fetch_all ( resource $statement , array &$output , int $offset = 0 , ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
配列のサイズを返す 0
« SplFixedArray::__construct SplFixedArray::current » PHP Manual SplFixedArray 配列のサイズを返す SplFixedArray::count (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::count — 配列のサイズを返す 説明 public SplFixedArray::count (): int 配列のサイズを返します。 パラメータ この関数にはパラメー ...
https://man.plustar.jp/php/splfixedarray.count.html - [similar]
セッションのアップロード状況 0
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップロード状況 セッションのアップロード状況 INI オプション session.upload_progress.enabled を有効にすると、アップロード中の個々のファイルの進捗状況を PHP で追えるようになります。 この情報は、アップ ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 0
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する levenshtein (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) levenshtein — 二つの文字列のレーベンシュタイン距離を計算する 説明 levenshtein ( string $string1 , string $string2 , int $insertion_cost = 1 , int ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
複数または多次元の配列をソートする 0
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisort (PHP 4, PHP 5, PHP 7, PHP 8) array_multisort — 複数または多次元の配列をソートする 説明 array_multisort ( array &$array1 , mixed $array1_sort_order = SORT_ASC , mixed $array1_sort_flags = SOR ...
https://man.plustar.jp/php/function.array-multisort.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
« 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
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]