検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 777 for e (0.012 sec.)
Prepare a SQL statement for execution 3705
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... id_prepare (PECL CUBRID >= 8.3.0) cubrid_prepare — Prepar ... e a SQL statement for execution 説明 cubrid_prepare ( resource $ ... conn_identifier , string $prepare_stmt , int $option = 0 ): ... resource The cubrid_prepare() function is a sort of A ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
include 3705
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... たファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは ... れたパスから行います。パスを指定しない場合は、 include_path の設定を利用します。 ファイルが include_path ... に見つからないときは、 include は呼び出し元スクリプトのディレクトリと現在の作業デ ... ィレクトリも探します。 include は、ファイルを見つけられない場合に E_WARNING を発行 ...
https://man.plustar.jp/php/function.include.html - [similar]
require 3705
« return include » PHP Manual 制御構造 require require (PHP 4, PHP 5, PHP 7, PHP 8) require は i ... nclude とほぼ同じですが、失敗した場合に E_COMPILE_ERROR レ ... 処理がそこで止まってしまうということです。一方 include の場合は、警告 ( E_WARNING ) を発するもののスクリプ ... は続行します。 どのように動作するかについては include のドキュメントを参照ください。 関連キーワード: inc ... lude , スクリプト , 処理 , return , 失敗 , レベル , 致命 ...
https://man.plustar.jp/php/function.require.html - [similar]
Pushes values into the queue 3671
« Ds\Queue::pop Ds\Queue::toArray » PHP Manual Queue Pushes values into the queue Ds\Queue::push ... (PECL ds >= 1.0.0) Ds\Queue::push — Pushes values into ... the queue 説明 public Ds\Queue::push ( mixed ...$value ... s ): void Pushes values into the queue. パラメータ values The valu ... es to push into the queue. 戻り値 値を返しません。 例 例1 Ds\Queue::pu ...
https://man.plustar.jp/php/ds-queue.push.html - [similar]
Pushes values onto the stack 3671
« Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push ... (PECL ds >= 1.0.0) Ds\Stack::push — Pushes values onto ... the stack 説明 public Ds\Stack::push ( mixed ...$value ... s ): void Pushes values onto the stack. パラメータ values The valu ... es to push onto the stack. 戻り値 値を返しません。 例 例1 Ds\Stack::pu ...
https://man.plustar.jp/php/ds-stack.push.html - [similar]
エラーコードを取得する 3671
« Error::getPrevious Error::getFile » PHP Manual Error エラーコードを取得する Error::getCode (PH ... P 7, PHP 8) Error::getCode — エラーコードを取得する 説明 final p ... ublic Error::getCode (): int エラーコードを返します パラメ ... 戻り値 エラーコードを int 型として返します 例 例1 Error::getCode() の例 <?php try { throw new Error ( ... "Some error message" , 30 ); } catch( Error $e ) { echo ...
https://man.plustar.jp/php/error.getcode.html - [similar]
エラーメッセージを取得する 3671
« Error::__construct Error::getPrevious » PHP Manual Error エラーメッセージを取得する Error::get ... Message (PHP 7, PHP 8) Error::getMessage — エラーメッ ... セージを取得する 説明 final public Error::getMessage (): string エラーメッセージを返す。 ... ん。 戻り値 エラーメッセージを文字列で返す。 例 例1 Error::getMessage() の例 <?php try { throw new Error ... ( "Some error message" ); } catch( Error $e ) { echo $e -> ...
https://man.plustar.jp/php/error.getmessage.html - [similar]
例外メッセージを取得する 3671
« Exception::__construct Exception::getPrevious » PHP Manual Exception 例外メッセージを取得する ... Exception::getMessage (PHP 5, PHP 7, PHP 8) Exception:: ... getMessage — 例外メッセージを取得する 説明 final publ ... ic Exception::getMessage (): string 例外メッセージを返し ... ん。 戻り値 例外メッセージ文字列を返します。 例 例1 Exception::getMessage() の例 <?php try { throw new E ...
https://man.plustar.jp/php/exception.getmessage.html - [similar]
クエリの次の行を連想配列で返す 3671
« oci_fetch_array oci_fetch_object » PHP Manual OCI8 関数 クエリの次の行を連想配列で返す oci_fet ... ch_assoc (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_assoc — クエリの次の行を ... 連想配列で返す 説明 oci_fetch_assoc ( resource $statement ): array | false... 型的な使い方は、ループの中でコールすることです。 false が返された場合は、もう行がないことをあらわします。 ... oci_fetch_assoc() をコールするのは、 oci_fetch_array() で ...
https://man.plustar.jp/php/function.oci-fetch-assoc.html - [similar]
クエリの次の行を配列で返す 3671
« oci_fetch_object oci_fetch » PHP Manual OCI8 関数 クエリの次の行を配列で返す oci_fetch_row (PH ... P 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fetch_row — クエリの次の行を配 ... 列で返す 説明 oci_fetch_row ( resource $statement ): array | false クエ ... ます。 この関数の典型的な使用法は、ループの中で false を返すまで繰り返すことです。 false は、もう行がない ... ことをあらわします。 oci_fetch_row() をコールすることは、 oci_fetch_array() で ...
https://man.plustar.jp/php/function.oci-fetch-row.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT