検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 134 for eol (0.028 sec.)
Sets default callback to handle requests that are not caught by specific callbac... 5306
« EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback ... on( $req ) { echo "URI: " , $req -> getUri (), PHP_EOL ; $req -> sendReply ( 200 , "OK" ); }); $base -> d ...
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html - [similar]
ファイルの sha1 ハッシュを計算する 5306
« setlocale sha1 » PHP Manual String 関数 ファイルの sha1 ハッシュを計算する sha1_file (PHP 4 >= ... $ent . ' (SHA1: ' . sha1_file ( $ent ) . ')' , PHP_EOL ; } ?> 参考 sha1() - 文字列の sha1 ハッシュを計算す ...
https://man.plustar.jp/php/function.sha1-file.html - [similar]
新機能 5306
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ; })(); foreach ( $gen as $val ) { echo $val , PHP_EOL ; } echo $gen -> getReturn (), PHP_EOL ; 上の例の出 ... 4 ; } foreach ( gen () as $val ) { echo $val , PHP_EOL ; } ?> 上の例の出力は以下となります。 1 2 3 4 intd ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
受け入れ状況を取得する 5306
« RegexIterator RegexIterator::__construct » PHP Manual RegexIterator 受け入れ状況を取得する Reg ... ); foreach ( $filter as $name ) { echo $name . PHP_EOL ; } ?> 上の例の出力は以下となります。 Bob Charlie ...
https://man.plustar.jp/php/regexiterator.accept.html - [similar]
Enables/Disables the Expand Component 5306
« SolrQuery::setEchoParams SolrQuery::setExpandQuery » PHP Manual SolrQuery Enables/Disables the ... tle' , SolrQuery :: ORDER_ASC ); echo $query . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrquery.setexpand.html - [similar]
イテレータのインデックスを取得する 5245
« AppendIterator::getInnerIterator AppendIterator::key » PHP Manual AppendIterator イテレータのイ ... eratorIndex () . ' ' . $key . ' ' . $current . PHP_EOL ; } ?> 上の例の出力は以下となります。 0 a aardwolf ...
https://man.plustar.jp/php/appenditerator.getiteratorindex.html - [similar]
指定したローカルタグ名に対応するすべての要素を検索する 5245
« DOMDocument::getElementById DOMDocument::getElementsByTagNameNS » PHP Manual DOMDocument 指定し ... $books as $book ) { echo $book -> nodeValue , PHP_EOL ; } ?> 上の例の出力は以下となります。 Patterns of ...
https://man.plustar.jp/php/domdocument.getelementsbytagname.html - [similar]
システムの高精度な時刻を取得する 5245
« highlight_string ignore_user_abort » PHP Manual その他の関数 システムの高精度な時刻を取得する ... hrtime() の使い方 <?php echo hrtime ( true ), PHP_EOL ; print_r ( hrtime ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/function.hrtime.html - [similar]
クラスの基礎 5245
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... d' ; } } $obj = new Foo (); echo $obj -> bar , PHP_EOL , $obj -> bar (), PHP_EOL ; 上の例の出力は以下とな ... } } $obj = new Foo (); echo ( $obj -> bar )(), PHP_EOL ; 上の例の出力は以下となります。 42 extends クラス ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
Lexer examples 5245
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... cho "TOKEN: " , $tokenIdToName [ $tok -> id ], PHP_EOL ; } while ( Token :: EOI != $tok -> id ); 例2 Toke ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT