検索

phrase: max: clip:
target: order:
Results of 681 - 690 of about 2650 for 上の (0.081 sec.)
Enters a required event method feature that the application demands 2128
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required even ... descriptor types, and not just sockets\n" ); } ?> 上の例の出力は、 たとえば以下のようになります。 FDS feat ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
例外コードを取得する 2128
« Exception::getPrevious Exception::getFile » PHP Manual Exception 例外コードを取得する Exceptio ... "The exception code is: " . $e -> getCode (); } ?> 上の例の出力は、 たとえば以下のようになります。 The exce ...
https://man.plustar.jp/php/exception.getcode.html - [similar]
例外が作られたファイルを取得する 2128
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... atch( Exception $e ) { echo $e -> getFile (); } ?> 上の例の出力は、 たとえば以下のようになります。 /home/bj ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
例外が作られた行を取得する 2128
« Exception::getFile Exception::getTrace » PHP Manual Exception 例外が作られた行を取得する Excep ... on was created on line: " . $e -> getLine (); } ?> 上の例の出力は、 たとえば以下のようになります。 The exce ...
https://man.plustar.jp/php/exception.getline.html - [similar]
スタックトレースを取得する 2128
« Exception::getLine Exception::getTraceAsString » PHP Manual Exception スタックトレースを取得す ... ception $e ) { var_dump ( $e -> getTrace ()); } ?> 上の例の出力は、 たとえば以下のようになります。 array(1) ...
https://man.plustar.jp/php/exception.gettrace.html - [similar]
スタックトレースを文字列で取得する 2128
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... eption $e ) { echo $e -> getTraceAsString (); } ?> 上の例の出力は、 たとえば以下のようになります。 #0 /home ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
例外の文字列表現 2128
« Exception::getTraceAsString Exception::__clone » PHP Manual Exception 例外の文字列表現 Excepti ... ssage" ); } catch( Exception $e ) { echo $e ; } ?> 上の例の出力は、 たとえば以下のようになります。 exceptio ...
https://man.plustar.jp/php/exception.tostring.html - [similar]
PHP Callbacks 2128
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... = $orig_zend_write ; echo "Hello World 3!\n" ; ?> 上の例の出力は以下となります。 Hello World 1! { Hello Wo ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
次のファイルに移動する 2128
« FilesystemIterator::key FilesystemIterator::rewind » PHP Manual FilesystemIterator 次のファイル ... getFilename () . "\n" ; $iterator -> next (); } ?> 上の例の出力は、 たとえば以下のようになります。 apple.jp ...
https://man.plustar.jp/php/filesystemiterator.next.html - [similar]
先頭に巻き戻す 2128
« FilesystemIterator::next FilesystemIterator::setFlags » PHP Manual FilesystemIterator 先頭に巻 ... -> rewind (); echo $iterator -> key () . "\n" ; ?> 上の例の出力は、 たとえば以下のようになります。 apple.jp ...
https://man.plustar.jp/php/filesystemiterator.rewind.html - [similar]