検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 75 for ERR (0.004 sec.)
指定した 16 ビット単位のオフセットに、文字列を挿入する 6321
« DOMCharacterData::deleteData DOMCharacterData::replaceData » PHP Manual DOMCharacterData 指定し ... 戻り値 値を返しません。 エラー / 例外 DOM_INDEX_SIZE_ERR offset が負であるか、あるいは 16 ビット単位の デー ...
https://man.plustar.jp/php/domcharacterdata.insertdata.html - [similar]
DOMCharacterData ノードの文字列の一部を置換する 6321
« DOMCharacterData::insertData DOMCharacterData::substringData » PHP Manual DOMCharacterData DOM ... 戻り値 値を返しません。 エラー / 例外 DOM_INDEX_SIZE_ERR offset が負、あるいは 16 ビット単位の データ長より ...
https://man.plustar.jp/php/domcharacterdata.replacedata.html - [similar]
属性を新しく追加する、または変更する 6321
« DOMElement::removeAttributeNS DOMElement::setAttributeNode » PHP Manual DOMElement 属性を新しく ... 返します。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用の場合に発生します。 例 例1 属 ...
https://man.plustar.jp/php/domelement.setattribute.html - [similar]
ID 型の属性をローカル名および名前空間 URI で宣言する 6321
« DOMElement::setIdAttributeNode DOMEntity » PHP Manual DOMElement ID 型の属性をローカル名および ... しません。 エラー / 例外 DOM_NO_MODIFICATION_ALLOWED_ERR ノードが読み込み専用である場合に発生します。 DOM_N ...
https://man.plustar.jp/php/domelement.setidattributens.html - [similar]
下位互換性のない変更点 6321
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... (real) と (unset) キャストが削除されました。 track_errors ini ディレクティブは削除されました。 つまり、 p ... hp_errormsg が利用できなくなったということです。 代わりに ... error_get_last() 関数が使えます。 大文字小文字を区別し ... わりに spl_autoload_register() を使うべきです。 set_error_handler() 関数で設定されるカスタムエラーハンドラ ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
直近で発生したエラーのコードを取得する 6321
« Yaf_Application::getLastErrorMsg Yaf_Application::getModules » PHP Manual Yaf_Application 直近 ... したエラーのコードを取得する Yaf_Application::getLastErrorNo (Yaf >=2.1.2) Yaf_Application::getLastErrorNo ... コードを取得する 説明 public Yaf_Application::getLastErrorNo (): int パラメータ この関数にはパラメータはあり ... ません。 戻り値 例 例1 Yaf_Application::getLastErrorNo() の例 <?php function error_handler ( $errno , ... $errstr , $errfile , $errline ) { var_dump ( Yaf_Applic ...
https://man.plustar.jp/php/yaf-application.getlasterrorno.html - [similar]
Delete a node in zookeeper synchronously 6321
« Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron ... e を返します。 エラー / 例外 This method emits PHP error/warning when parameters count or types are wrong ... e ( $path ); if ( $r ) echo 'SUCCESS' ; else echo 'ERR' ; ?> 上の例の出力は以下となります。 SUCCESS 参考 ...
https://man.plustar.jp/php/zookeeper.delete.html - [similar]
Checks the existence of a node in zookeeper synchronously 6321
« Zookeeper::delete Zookeeper::get » PHP Manual Zookeeper Checks the existence of a node in zook ... herwise false. エラー / 例外 This method emits PHP error/warning when parameters count or types are wrong ... ath ); if ( $r ) echo 'EXISTS' ; else echo 'N/A or ERR' ; ?> 上の例の出力は以下となります。 EXISTS 参考 Z ...
https://man.plustar.jp/php/zookeeper.exists.html - [similar]
Gets the acl associated with a node synchronously 6321
« Zookeeper::get Zookeeper::getChildren » PHP Manual Zookeeper Gets the acl associated with a no ... se on failure. エラー / 例外 This method emits PHP error/warning when parameters count or types are wrong ... l ( $path ); if ( $r ) var_dump ( $r ); else echo 'ERR' ; ?> 上の例の出力は以下となります。 array(1) { [0 ...
https://man.plustar.jp/php/zookeeper.getacl.html - [similar]
Lists the children of a node synchronously 6321
« Zookeeper::getAcl Zookeeper::getClientId » PHP Manual Zookeeper Lists the children of a node s ... se on failure. エラー / 例外 This method emits PHP error/warning when parameters count or types are wrong ... n ( $path ); if ( $r ) var_dump ( $r ); else echo 'ERR' ; ?> 上の例の出力は以下となります。 array(1) { [0 ...
https://man.plustar.jp/php/zookeeper.getchildren.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT