検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 603 for [SIMILAR] 16 1024 4096 WITH 60092 mbereg WITH 10... (4.359 sec.)
16 進数を表す文字かどうかを調べる 0
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ctype_xdigit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 16 進の '数字' であるかどうかを ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
cURL のバージョンを返す 0
« curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_version — cURL のバージョンを返す 説明 curl_version (): array | false cURL のバージョンについての情報を返します。 パラメータ この関数にはパラメータはありません ...
https://man.plustar.jp/php/function.curl-version.html - [similar]
配列の内部ポインタを最終要素にセットする 0
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5, PHP 7, PHP 8) end — 配列の内部ポインタを最終要素にセットする 説明 end ( array | object &$array ): mixed end() は array の内部ポインタを最後の要素まで進め、その値を返します。 パラメータ array ...
https://man.plustar.jp/php/function.end.html - [similar]
配列からキーを取り出す 0
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP 8) key — 配列からキーを取り出す 説明 key ( array | object $array ): int | string | null key() は、 現在の配列位置における連想配列要素のキーを返します。 パラメータ array 配列。 戻り値 key() 関数 ...
https://man.plustar.jp/php/function.key.html - [similar]
GET/POST/COOKIE データをパースし、グローバル変数を設定する 0
« mb_output_handler mb_preferred_mime_name » PHP Manual マルチバイト文字列 関数 GET/POST/COOKIE データをパースし、グローバル変数を設定する mb_parse_str (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_parse_str — GET/POST/COOKIE データをパースし、グローバル変数を設定する 説明 mb_parse_str ( stri ...
https://man.plustar.jp/php/function.mb-parse-str.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 0
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを確認する oci_field_is_null (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_field_is_null — フェッチしたフィールドが null であるかどうかを確認する 説明 oci_field_is_null ( resource $statement , s ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 0
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル) を割り当て、それを返す oci_new_cursor (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_new_cursor — 新規カーソル (ステートメントハンドル) を割り当て、それを返す 説明 oci_new_cursor ( resource $ ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
ある文における結果のカラム数を返す 0
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_num_fields (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_fields — ある文における結果のカラム数を返す 説明 oci_num_fields ( resource $statement ): int 指定した文 statement におけるカラムの数 ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
文の実行で作用された行数を取得する 0
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_rows (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_rows — 文の実行で作用された行数を取得する 説明 oci_num_rows ( resource $statement ): int | false 文の実行で作用された行数を取得します。 パラ ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
PostgreSQL 接続をクローズする 0
« pg_client_encoding pg_connect_poll » PHP Manual PostgreSQL 関数 PostgreSQL 接続をクローズする pg_close (PHP 4, PHP 5, PHP 7, PHP 8) pg_close — PostgreSQL 接続をクローズする 説明 pg_close ( ? PgSql\Connection $connection = null ): bool pg_close() は、 connection インスタンスで指定した P ...
https://man.plustar.jp/php/function.pg-close.html - [similar]