検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 147 for [SIMILAR] 16 1024 4096 WITH 20112 splfixedarray ... (0.159 sec.)
結果インスタンスの内部行オフセットを設定する 0
« pg_result_error pg_result_status » PHP Manual PostgreSQL 関数 結果インスタンスの内部行オフセットを設定する pg_result_seek (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_result_seek — 結果インスタンスの内部行オフセットを設定する 説明 pg_result_seek ( PgSql\Result $result , int $row ): bool pg ...
https://man.plustar.jp/php/function.pg-result-seek.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
配列のソート 0
« 定義済み定数 配列 関数 » PHP Manual 配列 配列のソート 配列のソート PHP には配列をソートする関数が複数用意されています。 このページでは、それらの違いについて説明します。 主な相違点は次のとおりです。 配列のキーでソートするものと、値でソートするものがあります。 $array['キー'] = '値'; キー ...
https://man.plustar.jp/php/array.sorting.html - [similar]
指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 0
« array_reverse array_shift » PHP Manual 配列 関数 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す array_search (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) array_search — 指定した値を配列で検索し、見つかった場合に対応する最初のキーを返す 説明 array_search ( mixed $needle , a ...
https://man.plustar.jp/php/function.array-search.html - [similar]
登録されているハッシュアルゴリズムの一覧を返す 0
« Hash 関数 hash_copy » PHP Manual Hash 関数 登録されているハッシュアルゴリズムの一覧を返す hash_algos (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_algos — 登録されているハッシュアルゴリズムの一覧を返す 説明 hash_algos (): array パラメータ この関数にはパラメータはありません。 戻 ...
https://man.plustar.jp/php/function.hash-algos.html - [similar]
送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 0
« header headers_sent » PHP Manual ネットワーク 関数 送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す headers_list (PHP 5, PHP 7, PHP 8) headers_list — 送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 説明 headers_list (): array headers_list() はブラウザも ...
https://man.plustar.jp/php/function.headers-list.html - [similar]
配列に値があるかチェックする 0
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, PHP 7, PHP 8) in_array — 配列に値があるかチェックする 説明 in_array ( mixed $needle , array $haystack , bool $strict = false ): bool haystack 内の needle を検索します。 strict が設定されていな ...
https://man.plustar.jp/php/function.in-array.html - [similar]
LDAP ディレクトリにエントリを付加する 0
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_add (PHP 4, PHP 5, PHP 7, PHP 8) ldap_add — LDAP ディレクトリにエントリを付加する 説明 ldap_add ( LDAP\Connection $ldap , string $dn , array $entry , ? array $controls = null ): bool エントリを ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
サポートするすべてのエンコーディングの配列を返す 0
« mb_language mb_ord » PHP Manual マルチバイト文字列 関数 サポートするすべてのエンコーディングの配列を返す mb_list_encodings (PHP 5, PHP 7, PHP 8) mb_list_encodings — サポートするすべてのエンコーディングの配列を返す 説明 mb_list_encodings (): array サポートするすべてのエンコーディングの配 ...
https://man.plustar.jp/php/function.mb-list-encodings.html - [similar]
クエリの次の行を連想配列で返す 0
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fetch_assoc (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_assoc — クエリの次の行を連想配列で返す 説明 oci_fetch_assoc ( resource $statement ): array | false クエリの次の結果セット行を含む連 ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT