Results of 1 - 10 of about 777 for e (0.006 sec.)
- すべての定数の名前とその値を連想配列として返す 7938
- « get_current_user get_extension_funcs » PHP Manual PHP オプション/情報 関数 すべての定数の名前と
...
その値を連想配列として返す get_defined_constants (PHP 4 >= 4.1.0, PHP 5, PHP 7, ...
PHP 8) get_defined_constants — すべての定数の名前とその値を連 ...
想配列として返す 説明 get_defined_constants ( bool $categorize = false ): a ...
される値には、 拡張モジュールにより作成された定数や define() 関数で作成された定数も含まれます。 パラメータ ...
-
https://man.plustar.jp/php/function.get-defined-constants.html
- [similar]
- 例 7864
- « 定義済み定数 エラー処理関数 » PHP Manual エラー処理 例 例 エラー処理機能を PHP で使用するための
...
ラー処理 <?php // 自分のエラーハンドリングを行います error_reporting ( 0 ); // ユーザーの定義したエラーハ ...
ンドリング関数 function userErrorHandler ( $errno , $errmsg , $filename , $lin ...
ars ) { // エラーエントリのタイムスタンプ $dt = date ( "Y-m-d H:i:s (T)" ); // エラー文字列の連想配列を ...
します。 // 実際のところ、考慮する必要があるのは // E_WARNING、E_NOTICE、E_USER_ERROR、 // E_USER_WARNIN ...
-
https://man.plustar.jp/php/errorfunc.examples.html
- [similar]
- 定義済み定数 7756
- « リソース型 例 » PHP Manual エラー処理 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれ
...
要があります。 エラーとロギング 値 定数 説明 注記 1 E_ERROR ( int ) 重大な実行時エラー。これは、メモリ確 ...
エラーを示します。スクリプトの実行は中断されます。 2 E_WARNING ( int ) 実行時の警告 (致命的なエラーではな ...
い)。スクリプトの実行は中断さ れません。 4 E_PARSE ( int ) コンパイル時のパースエラー。パースエ ...
ラーはパーサでのみ生成されま す。 8 E_NOTICE ( int ) 実行時の警告。エラーを発しうる状況に ...
-
https://man.plustar.jp/php/errorfunc.constants.html
- [similar]
- 定義済み定数 7465
- « リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
み使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Standard backpropagation algorithm, ...
where the weights are updated after each training patt ...
ern. This means that the weights are updated many times during ...
a single epoch. For this reason some problems, will train v ...
-
https://man.plustar.jp/php/fann.constants.html
- [similar]
- 出力する PHP エラーの種類を設定する 7059
- « error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する
...
error_reporting (PHP 4, PHP 5, PHP 7, PHP 8) error_r ...
porting — 出力する PHP エラーの種類を設定する 説明 error_reporting ( ? int $error_level = null ): int e ...
rror_reporting() 関数は、 error_reporting ディレクティブを ...
時間(実行時間)のレベルが設定されます。 オプションの error_level を指定しなかった場合は、 error_reporting ...
-
https://man.plustar.jp/php/function.error-reporting.html
- [similar]
- クエリの次の行を連想配列あるいは数値添字配列で返す 6917
- « oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配
...
列で返す oci_fetch_array (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) ...
oci_fetch_array — クエリの次の行を連想配列あるいは数値添字 ...
配列で返す 説明 oci_fetch_array ( resource $statement , int $mode = OCI_B ...
OTH | OCI_RETURN_NULLS ): array | false クエリから、結果セットの ...
-
https://man.plustar.jp/php/function.oci-fetch-array.html
- [similar]
- 直前の Throwable を返す 6768
- « Error::getMessage Error::getCode » PHP Manual Error 直前の Throwable を返す Error::getPrevious
...
(PHP 7, PHP 8) Error::getPrevious — 直前の Throwable を返す 説明 fi ...
nal public Error::getPrevious (): ? Throwable 直前の Throwable( ...
Error::__construct() の3番目の引数)を返す。 パラメー ...
数にはパラメータはありません。 戻り値 直前の Throwable が利用可能であればそれを返し、 そうでなければ null ...
-
https://man.plustar.jp/php/error.getprevious.html
- [similar]
- 前の例外(Throwable)を返す 6694
- « Exception::getMessage Exception::getCode » PHP Manual Exception 前の例外(Throwable)を返す Exce
...
ption::getPrevious (PHP 5 >= 5.3.0, PHP 7, PHP 8) Exception: ...
:getPrevious — 前の例外(Throwable)を返す 説明 final pu ...
blic Exception::getPrevious (): ? Throwable 前に発生した ...
Throwable ( Exception::__construct() に渡された 3 番目の引数 ...
-
https://man.plustar.jp/php/exception.getprevious.html
- [similar]
- 例 6626
- « 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR
...
として接続しています。 これは、Oracle データベースに付属するサンプルのスキーマ "Human Re ...
sources" 用のユーザーです。このユーザーを使うには、 ユーザ ...
りません。 このサンプルでは、ローカルマシン上にある XE データベースに接続しています。それぞれの環境にあわ ...
ェッチ という手順をとります。 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $co ...
-
https://man.plustar.jp/php/oci8.examples.html
- [similar]
- 例外を拡張する 6478
- « 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込
...
みの Exception クラスを拡張することで、例外クラスをユーザ ...
です。以下のメンバーおよびプロパティは、 組み込みの Exception クラスから派生した子クラスの中でアクセス可 ...
能です。 例1 例外クラスを構築する <?php class Exception implements Throwable { protected $message ...
= 'Unknown exception' ; // exception message private $string ; ...
-
https://man.plustar.jp/php/language.exceptions.extending.html
- [similar]