検索

phrase: max: clip:
target: order:
Results of 581 - 590 of about 1938 for IF (0.123 sec.)
バンドルの直近のエラーコードを取得する 2404
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( resourcebundle_get_error_code ( ... usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_failure ( ResourceBundle :: getErrorCode ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
カスタムビューエンジンを設定する 2404
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... arams = array()) { $this -> _smarty = new Smarty ; if ( null !== $tmplPath ) { $this -> setScriptPath ( ... void */ public function setScriptPath ( $path ) { if ( is_readable ( $path )) { $this -> _smarty -> tem ... public function assign ( $spec , $value = null ) { if ( is_array ( $spec )) { $this -> _smarty -> assign ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
名前を使用して、エントリの内容を返す 2404
« ZipArchive::getFromIndex ZipArchive::getNameIndex » PHP Manual ZipArchive 名前を使用して、エン ... ファイルの内容の取得 <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test1.zip' ) === TRUE ) { echo $ ... エントリの画像への変換 <?php $z = new ZipArchive (); if ( $z -> open ( dirname ( __FILE__ ) . '/test_im.zi ... )) { $im_string = $z -> getFromName ( "pear_item.gif" ); $im = imagecreatefromstring ( $im_string ); im ...
https://man.plustar.jp/php/ziparchive.getfromname.html - [similar]
インデックスで指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 2404
« ZipArchive::getStream ZipArchive::getStreamName » PHP Manual ZipArchive インデックスで指定され ... する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' )) { $fp = $z -> getStre ... amIndex ( 1 , ZipArchive :: FL_UNCHANGED ); if(! $fp ) die( $z -> getStatusString ()); echo strea ...
https://man.plustar.jp/php/ziparchive.getstreamindex.html - [similar]
名前で指定されたエントリへの、ファイルハンドラを取得する(読み取り専用) 2404
« ZipArchive::getStreamIndex ZipArchive::isCompressionMethodSupported » PHP Manual ZipArchive 名 ... する <?php $contents = '' ; $z = new ZipArchive (); if ( $z -> open ( 'test.zip' )) { $fp = $z -> getStre ... amName ( 'test' , ZipArchive :: FL_UNCHANGED ); if(! $fp ) die( $z -> getStatusString ()); echo strea ...
https://man.plustar.jp/php/ziparchive.getstreamname.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 2404
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ) { $zip -> addFromString ( 'foo' ... zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ) { $zip -> addFile ( 'foo.jpg' , ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]
The EventListener class 2375
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... in blocking mode. EventListener::OPT_CLOSE_ON_FREE If this option is set, the connection listener closes ... object is freed. EventListener::OPT_CLOSE_ON_EXEC If this option is set, the connection listener sets t ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
do-while 2375
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループ ... のコードは、この方法の例を示しています。 <?php do { if ( $i < 5 ) { echo "i は十分大きくはありません。" ; ... break; } $i *= $factor ; if ( $i < $minimum_limit ) { break; } echo "iはOKです ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
Binds an HTTP server on the specified address and port 2375
« EventHttp::addServerAlias EventHttp::__construct » PHP Manual EventHttp Binds an HTTP server o ... n the specified address and port EventHttp::bind (PECL event >= ... EventHttp::bind — Binds an HTTP server on the specified address and port 説明 public EventHttp::bind ( ... int $port ): void Binds an HTTP server on the specified address and port. Can be called multiple times ... to bind the same HTTP server to multiple different ports. パラメータ address A string containin ...
https://man.plustar.jp/php/eventhttp.bind.html - [similar]
Makes an HTTP request over the specified connection 2375
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... ction Makes an HTTP request over the specified connection EventHttpConnection::makeRequest (PE ... ::makeRequest — Makes an HTTP request over the specified connection 説明 public EventHttpConnection::mak ... ng $uri ): bool Makes an HTTP request over the specified connection. type is one of EventHttpRequest::CM ... r ( $req , $base ) { echo __FUNCTION__ , PHP_EOL ; if ( is_null ( $req )) { echo "Timed out\n" ; } else ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]