検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 777 for e (0.040 sec.)
クライアントの文字セットを設定する 3049
« mysql_select_db mysql_stat » PHP Manual MySQL 関数 クライアントの文字セットを設定する mysql_se ... t_charset (PHP 5 >= 5.2.3) mysql_set_charset — クライアント ... 。 この関数の代替として、これらが使えます。 mysqli_set_charset() PDO: 接続文字列に charset を追加して ch ... arset=utf8 などとする 説明 mysql_set_charset ( string $ ... charset , resource $link_identifier = NULL ): bool 現在の ...
https://man.plustar.jp/php/function.mysql-set-charset.html - [similar]
カレントのスレッド ID を返す 3049
« mysql_tablename mysql_unbuffered_query » PHP Manual MySQL 関数 カレントのスレッド ID を返す my ... sql_thread_id (PHP 4 >= 4.3.0, PHP 5) mysql_thread_id — カレ ... この関数の代替として、これらが使えます。 mysqli_thread_id() 説明 mysql_thread_id ( resource $link_ident ... ifier = NULL ): int | false カレントのスレッド ID を取得 ... 点で 取得すべきだということです。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connec ...
https://man.plustar.jp/php/function.mysql-thread-id.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 3049
« 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 , string | int $co ... lumn ): bool statement の現在の行の、 指定したフィールド column が nu ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 3049
« 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 $connection ): resource | false ... た接続に新規カーソルを割り当てます。 パラメータ connection oci_connect() あるいは oci_pconnect() が返す ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
ある文における結果のカラム数を返す 3049
« oci_new_descriptor oci_num_rows » PHP Manual OCI8 関数 ある文における結果のカラム数を返す oci_ ... num_fields (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_n ... um_fields — ある文における結果のカラム数を返す 説明 oci_n ... um_fields ( resource $statement ): int 指定した文 stateme ... nt におけるカラムの数を返します。 パラメータ statement 有効な OCI ステートメント ID。 戻り値 カラムの ...
https://man.plustar.jp/php/function.oci-num-fields.html - [similar]
文の実行で作用された行数を取得する 3049
« oci_num_fields oci_parse » PHP Manual OCI8 関数 文の実行で作用された行数を取得する oci_num_row ... s (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_num_rows — 文の実行で作用され ... た行数を取得する 説明 oci_num_rows ( resource $statement ): int | false 文の実行で作用され ... た行数を取得します。 パラメータ statement 有効な OCI ステートメント ID。 戻り値 作用され ... た行の数を表す整数値を返します。 失敗した場合に false を返します 例 例1 oci_num_rows() の例 <?php $conn ...
https://man.plustar.jp/php/function.oci-num-rows.html - [similar]
ディレクトリハンドルをオープンする 3049
« getcwd readdir » PHP Manual ディレクトリ 関数 ディレクトリハンドルをオープンする opendir (PHP ... 4, PHP 5, PHP 7, PHP 8) opendir — ディレクトリハンドルをオープンする 説明 open ... dir ( string $directory , ? resource $context = null ): resource | fa ... lse ディレクトリハンドルをオープンします。このハンドル ... は、この後 closedir() , readdir() , rewinddir() 関数コールで使用され ...
https://man.plustar.jp/php/function.opendir.html - [similar]
署名済みの公開鍵とチャレンジを検証する 3049
« openssl_spki_new openssl_verify » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャレンジを検証す ... る openssl_spki_verify (PHP 5 >= 5.6.0, PHP 7, PHP 8) ope ... nssl_spki_verify — 署名済みの公開鍵とチャレンジを検証する 説明 ... openssl_spki_verify ( string $spki ): bool 与えられた公 ... 名済みの公開鍵とチャレンジ 戻り値 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 ...
https://man.plustar.jp/php/function.openssl-spki-verify.html - [similar]
ある範囲の整数を有する配列を作成する 3049
« prev reset » PHP Manual 配列 関数 ある範囲の整数を有する配列を作成する range (PHP 4, PHP 5, PH ... P 7, PHP 8) range — ある範囲の整数を有する配列を作成する 説明 range ... tring | int | float $start , string | int | float $end , int | float $step = 1 ): array ある範囲の整数を ... 作成します。 パラメータ start シーケンスの最初の値。 end 値が end に達するまでシーケンスが続きます。 step ... step が指定されている場合、それは 要素毎の増加(または減 ...
https://man.plustar.jp/php/function.range.html - [similar]
return 3049
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プ ... しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の ... 値として返します。 return はまた、 eval() 文や スクリプト自体の実行を終了 ... スクリプトが終了 します。もしそのスクリプトが include もしくは require されたものである場合、制御は呼び出 ... のファイルに戻ります。また、そのスクリプトが include されたものである場合は、 return に与えられた引数 の ...
https://man.plustar.jp/php/function.return.html - [similar]