検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1426 for [SIMILAR] 16 1024 4096 WITH 34541 json WITH 8478... (0.893 sec.)
エラー制御演算子 0
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演算子( @ )をサポートしています。 PHP の式の前に付けた場合、 その式により生成されたエラーメッセージは無視されます。 set_error_handler() で自作のエラーハンドラを設定した場合は エラー制御演算子があ ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]
Resets the last error number 0
« fann_read_train_from_file fann_reset_errstr » PHP Manual Fann 関数 Resets the last error number fann_reset_errno (PECL fann >= 1.0.0) fann_reset_errno — Resets the last error number 説明 fann_reset_errno ( resource $errdat ): void Resets the last error number. パラメータ errdat ニューラ ...
https://man.plustar.jp/php/function.fann-reset-errno.html - [similar]
libxml のエラー処理関数によるエラー処理 0
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー処理関数によるエラー処理 libxml のエラー処理関数によるエラー処理 libxml にはエラー処理用の関数が用意されており、これらを使うと、 XSLT の処理中のエラーを捕らえて対応できます。 例1 fruits.xml 妥 ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
修正版 UTF-7 エンコードされた文字列をデコードする 0
« imap_unsubscribe imap_utf7_encode » PHP Manual IMAP 関数 修正版 UTF-7 エンコードされた文字列をデコードする imap_utf7_decode (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf7_decode — 修正版 UTF-7 エンコードされた文字列をデコードする 説明 imap_utf7_decode ( string $string ): string | false 修正版 ...
https://man.plustar.jp/php/function.imap-utf7-decode.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Standard backpropagation al ...
https://man.plustar.jp/php/fann.constants.html - [similar]
最後に発生したエラーを取得する 0
« error_clear_last error_log » PHP Manual エラー処理関数 最後に発生したエラーを取得する error_get_last (PHP 5 >= 5.2.0, PHP 7, PHP 8) error_get_last — 最後に発生したエラーを取得する 説明 error_get_last (): ? array 最後に発生したエラーについての情報を取得します。 パラメータ この関数にはパ ...
https://man.plustar.jp/php/function.error-get-last.html - [similar]
特定の接続から直近のエラーメッセージ文字列を取得する 0
« pg_insert pg_last_notice » PHP Manual PostgreSQL 関数 特定の接続から直近のエラーメッセージ文字列を取得する pg_last_error (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_last_error — 特定の接続から直近のエラーメッセージ文字列を取得する 説明 pg_last_error ( ? PgSql\Connection $connection = null ...
https://man.plustar.jp/php/function.pg-last-error.html - [similar]
Changes the driver error handling and logging configurations 0
« sqlsrv_commit sqlsrv_connect » PHP Manual SQLSRV 関数 Changes the driver error handling and logging configurations sqlsrv_configure (No version information available, might only be in Git) sqlsrv_configure — Changes the driver error handling and logging configurations 説明 sqlsrv_confi ...
https://man.plustar.jp/php/function.sqlsrv-configure.html - [similar]
オブジェクトに関する直近のエラーコードを取得する 0
« IntlCalendar::getDayOfWeekType IntlCalendar::getErrorMessage » PHP Manual IntlCalendar オブジェクトに関する直近のエラーコードを取得する IntlCalendar::getErrorCode intlcal_get_error_code (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getErrorCode -- intlcal_get_error_code ...
https://man.plustar.jp/php/intlcalendar.geterrorcode.html - [similar]
PHP 7 でのエラー 0
« 基本 例外(exceptions) » PHP Manual エラー PHP 7 でのエラー PHP 7 でのエラー PHP 7 は大半のエラーがどのようにPHPから報告されるかを変更しています。 PHP 5 で使われていたこれまでのエラー報告メカニズムを使うかわりに、 大半のエラーを Error 例外としてスローするようになったのです。 通常の例外と ...
https://man.plustar.jp/php/language.errors.php7.html - [similar]