検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 192 for FAILED (0.051 sec.)
パーサの寛大さを設定する 4570
« IntlDateFormatter::setCalendar IntlDateFormatter::setPattern » PHP Manual IntlDateFormatter パ ... 13/1971'). Result is : Error_msg is : Date parsing failed: U_PARSE_ERROR Error_code is : 9 参考 datefmt_is_l ...
https://man.plustar.jp/php/intldateformatter.setlenient.html - [similar]
エラー制御演算子 4570
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演 ... my_file = @ file ( 'non_existent_file' ) or die ( "Failed opening file: error was '" . error_get_last ()[ 'm ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]
サーバーのパラメータおよび状態を、実行時に変更する 4570
« Memcache::setCompressThreshold Memcache 関数 » PHP Manual Memcache サーバーのパラメータおよび状 ... host , $port ) { print "memcache ' $host : $port ' failed" ; } /* オブジェクト指向の API */ $memcache = new ...
https://man.plustar.jp/php/memcache.setserverparams.html - [similar]
Parser examples 4570
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... ate ( $in , $lex )) { throw new ParserException ( "Failed to validate input" ); } $p -> consume ( $in , $lex ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する 4570
« PharFileInfo::chmod PharFileInfo::__construct » PHP Manual PharFileInfo 現在の Phar エントリを ... n $e ) { echo 'Create/modify operations on my.phar failed: ' , $e ; } ?> 上の例の出力は以下となります。 bool ...
https://man.plustar.jp/php/pharfileinfo.compress.html - [similar]
ストレージの暗号化 4570
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗 ... $username ) . '!' ; } else { echo 'Authentication failed for ' . htmlspecialchars ( $username ) . '.' ; } ? ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
ディレクトリから、glob パターンを使ってファイルを追加する 4570
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glo ... e :: OVERWRITE ); if ( $ret !== TRUE ) { printf ( 'Failed with code %d' , $ret ); } else { $options = array( ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
The EventBufferEvent class 4483
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... nsErrorString — Returns string describing the last failed DNS lookup attempt EventBufferEvent::getEnabled — ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 4483
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... (! $this -> connections [ $id ][ 'cnx' ]) { echo "Failed creating buffer\n" ; $this -> base -> exit ( NULL ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
バイナリセーフなファイルの読み込み 4483
« fputs fscanf » PHP Manual ファイルシステム 関数 バイナリセーフなファイルの読み込み fread (PHP ... .com/" , "rb" ); if ( FALSE === $handle ) { exit( "Failed to open stream to URL" ); } $contents = '' ; while ...
https://man.plustar.jp/php/function.fread.html - [similar]