検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 134 for eol (0.015 sec.)
グレゴリウス日をユリウス積算日に変換する 5631
« frenchtojd jddayofweek » PHP Manual カレンダー 関数 グレゴリウス日をユリウス積算日に変換する g ... or <?php echo gregoriantojd ( 2 , 31 , 2018 ), PHP_EOL , gregoriantojd ( 3 , 3 , 2018 ), PHP_EOL ; ?> 上の ...
https://man.plustar.jp/php/function.gregoriantojd.html - [similar]
疑似ランダムなバイト文字列を生成する 5631
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... gths: Bytes: $i and Hex: " . strlen ( $hex ) . PHP_EOL ; var_dump ( $hex ); var_dump ( $cstrong ); echo P ... HP_EOL ; } ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 5631
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を ... en ( $match [ 0 ]), ' matches for "a" found' , PHP_EOL ; }, '~[b]+~i' => function ( $match ) { echo strle ... n ( $match [ 0 ]), ' matches for "b" found' , PHP_EOL ; } ], $subject ); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]
ファイバー 5631
« 例外を拡張する ジェネレータ » PHP Manual 言語リファレンス ファイバー ファイバー ファイバーの概 ... echo "Value used to resume fiber: " , $value , PHP_EOL ; }); $value = $fiber -> start (); echo "Value fro ... m fiber suspending: " , $value , PHP_EOL ; $fiber -> resume ( 'test' ); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/language.fibers.html - [similar]
LDAP ページネーション制御情報を送信する 5499
« ldap_control_paged_result_response ldap_count_entries » PHP Manual LDAP 関数 LDAP ページネーシ ... echo $info [ 'count' ] . ' entries returned' . PHP_EOL ; この例は、すべての結果を取得します。 ページあたり ... oreach ( $entries as $e ) { echo $e [ 'dn' ] . PHP_EOL ; } ldap_control_paged_result_response ( $ds , $re ...
https://man.plustar.jp/php/function.ldap-control-paged-result.html - [similar]
正しく並べ替えて区切られたロケール ID を返す 5499
« Locale::canonicalize Locale::filterMatches » PHP Manual Locale 正しく並べ替えて区切られたロケー ... ng0' => 'a' , ); echo locale_compose ( $arr ), PHP_EOL ; $arr = array( 'language' => 'en' , 'script' => ' ... 'c' , 'd' ], ); echo locale_compose ( $arr ), PHP_EOL ; ?> 上の例の出力は以下となります。 en_a_b_c_Hans_ ...
https://man.plustar.jp/php/locale.composelocale.html - [similar]
バッファクエリと非バッファクエリ 5499
« コンセプト 文字セット » PHP Manual コンセプト バッファクエリと非バッファクエリ バッファクエリと ... lt -> fetch_assoc ()) { echo $row [ 'Name' ] . PHP_EOL ; } } ?> 例2 非バッファクエリの例: pdo_mysql <?php ... PDO :: FETCH_ASSOC )) { echo $row [ 'Name' ] . PHP_EOL ; } } ?> 関連キーワード: バッファクエリ , セット , ...
https://man.plustar.jp/php/mysqlinfo.concepts.buffering.html - [similar]
Sets Bigram Phrase Slop (ps2 parameter) 5499
« SolrDisMaxQuery::setBigramPhraseFields SolrDisMaxQuery::setBoostFunction » PHP Manual SolrDisM ... setBigramPhraseSlop ( 5 ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solrdismaxquery.setbigramphraseslop.html - [similar]
Sets the default slop on phrase queries (ps parameter) 5499
« SolrDisMaxQuery::setPhraseFields SolrDisMaxQuery::setQueryAlt » PHP Manual SolrDisMaxQuery Set ... ry -> setPhraseSlop ( 4 ); echo $dismaxQuery . PHP_EOL ; ?> 上の例の出力は以下となります。 q=lucene&defTy ...
https://man.plustar.jp/php/solrdismaxquery.setphraseslop.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 5438
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... de ); echo $doc -> childNodes [ 0 ]-> myProp , PHP_EOL ; unset( $node ); echo $doc -> childNodes [ 0 ]-> ... myProp , PHP_EOL ; ?> 上の例の出力は以下となります。 modified value ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT