検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 191 for handler (0.106 sec.)
直近で発生したエラーのメッセージを取得する 4980
« Yaf_Application::getDispatcher Yaf_Application::getLastErrorNo » PHP Manual Yaf_Application 直 ... ation::getLastErrorMsg() の例 <?php function error_handler ( $errno , $errstr , $errfile , $errline ) { var_d ... on ( $config ); $app -> getDispatcher ()-> setErrorHandler ( "error_handler" , E_RECOVERABLE_ERROR ); $app -> ...
https://man.plustar.jp/php/yaf-application.getlasterrormsg.html - [similar]
直近で発生したエラーのコードを取得する 4980
« Yaf_Application::getLastErrorMsg Yaf_Application::getModules » PHP Manual Yaf_Application 直近 ... cation::getLastErrorNo() の例 <?php function error_handler ( $errno , $errstr , $errfile , $errline ) { var_d ... on ( $config ); $app -> getDispatcher ()-> setErrorHandler ( "error_handler" , E_RECOVERABLE_ERROR ); $app -> ...
https://man.plustar.jp/php/yaf-application.getlasterrorno.html - [similar]
declare 4948
« match return » PHP Manual 制御構造 declare declare (PHP 4, PHP 5, PHP 7, PHP 8) declare 文は、 ... tick イベントごとにコールされる関数 function tick_handler () { echo "tick_handler() called\n" ; } register_t ... ick_function ( 'tick_handler' ); // tick イベント発生 $a = 1 ; // tick イベント ...
https://man.plustar.jp/php/control-structures.declare.html - [similar]
Constructs EventHttpRequest object 4948
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... est::__construct() example <?php function _request_handler ( $req , $base ) { echo __FUNCTION__ , PHP_EOL ; i ... out ( 5 ); $req = new EventHttpRequest ( "_request_handler" , $base ); $req -> addHeader ( "Host" , $address ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
下位互換性のない変更点 4915
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... ない変更点を列挙するだけにとどめます。 set_exception_handler() が常に Exception オブジェクトを受け取るとは限らな ... い set_exception_handler() で登録した例外ハンドラの実装で Exception 型を宣言 ... の実装は、そのままでは PHP 7 では動きません function handler ( Exception $e ) { ... } set_exception_handler ( ' ... andler' ); // PHP 5 と 7 の両方で動きます function handler ( $e ) { ... } // PHP 7 でだけ動きます function ha ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
現在のバッファの内容を取得し、出力バッファを削除する 4882
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファ ... バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_CLEANABLE および PHP_OUTPUT_HANDLER_REMOVABLE フラ ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]
使用中の出力ハンドラの一覧を取得する 4882
« ob_implicit_flush ob_start » PHP Manual 出力制御 関数 使用中の出力ハンドラの一覧を取得する ob_ ... list_handlers (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ob_list_han ... 使用中の出力ハンドラの一覧を取得する 説明 ob_list_handlers (): array 使用中の出力ハンドラの一覧を返します。 ... _start() で 無名関数が使用されている場合、 ob_list_handlers() は "default output handler" を返します。 例 例1 ... ob_list_handlers() の例 <?php // 出力バッファリングを On にします ...
https://man.plustar.jp/php/function.ob-list-handlers.html - [similar]
XMLタグのマッピングの例 4850
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグ ... XML_OPTION_CASE_FOLDING , true ); xml_set_element_handler ( $xml_parser , "startElement" , "endElement" ); x ... ml_set_character_data_handler ( $xml_parser , "characterData" ); if (!( $fp = fo ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]
データベースをオープンする 4850
« dba_nextkey dba_optimize » PHP Manual DBA 関数 データベースをオープンする dba_open (PHP 4, PHP ... 明 dba_open ( string $path , string $mode , string $handler = ? , string ...$args ): resource | false dba_open ... () は、 handler を用いて mode を指定し、 path にデータベースインス ... "l" および "d" を同時に使用することはできません。 handler path にアクセスする際に使用する ハンドラ の名前。 ...
https://man.plustar.jp/php/function.dba-open.html - [similar]
セッションのデータを読み込む 4850
« SessionHandlerInterface::open SessionHandlerInterface::write » PHP Manual SessionHandlerInterf ... ace セッションのデータを読み込む SessionHandlerInterface::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) Sess ... ionHandlerInterface::read — セッションのデータを読み込む 説明 ... public SessionHandlerInterface::read ( string $id ): string | false セッ ... ルされます。 このメソッドがコールされる直前に SessionHandlerInterface::open() が実行されることに注意しましょう。 ...
https://man.plustar.jp/php/sessionhandlerinterface.read.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT