検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 127 for w (0.019 sec.)
正規表現検索を行い、コールバック関数を使用して置換を行う 5444
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... n" , "r" ) or die( "標準入力から読み込めません" ); while (! feof ( $fp )) { $line = fgets ( $fp ); $lin ... e = preg_replace_callback ( '|<p>\s*\w|' , function ( $matches ) { return strtolower ( $m ... された正規表現のパターンがコンパイルできない場合、 E_WARNING が発生します。 変更履歴 バージョン 説明 7.4. ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
Windows コンソールの出力バッファに関連付けられたストリームのVT100サポート状況を... 5444
« sapi_windows_set_ctrl_handler show_source » PHP Manual その他の関数 Windows コンソールの出力バ ... たストリームのVT100サポート状況を取得/設定する sapi_windows_vt100_support (PHP 7 >= 7.2.0, PHP 8) sapi_w ... indows_vt100_support — Windows コンソールの出力バッファに ... トリームのVT100サポート状況を取得/設定する 説明 sapi_windows_vt100_support ( resource $stream , ? bool $e ... ます。 これによって、ターミナルの出力を変更できます。Windows では、 これらの制御シーケンスは Console Virt ...
https://man.plustar.jp/php/function.sapi-windows-vt100-support.html - [similar]
Unix システムへのインストール 5444
« インストールにあたっての一般的な注意事項 Apache 2.x (Unixシステム用) » PHP Manual インストール ... ttpd 1.4 (Unix システム用) LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) CGI およびコマンドライン O ... 関する 手引きを示します。使用するプラットフォームや Web サーバーについての セクションを参照して、インスト ... にあたっての一般的な注意事項 」 の章で述べたように、Web 用のセットアップを主に扱います。加えて、 コマンド ... スドライバなど)少々特殊な機能が必要な場合、 PHP や Web サーバーをビルドする必要が有るかもしれません。ソ ...
https://man.plustar.jp/php/install.unix.html - [similar]
5444
« 定義済み定数 Seaslog 関数 » PHP Manual Seaslog 例 例 例1 Get and set base path <?php $basePath ... たとえば以下のようになります。 string(12) "/var/log/www" string(14) "/log/base_test" 例2 Get and set log ... 7) "default" string(15) "testModule/app1" 例3 Fast write log <?php SeasLog :: log ( SEASLOG_ERROR , 'th ... g :: notice ( 'this is a notice log' ); SeasLog :: warning ( 'your {website} was down,please {action} i ... t ASAP!' ,array( '{website}' => 'github.com' , '{action}' => 'rboot' )) ...
https://man.plustar.jp/php/seaslog.examples.html - [similar]
Collapses the result set to a single document per group 5444
« SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se ... lt set to a single document per group before it forwards the result set to the rest of the search compo ... nents. So all downstream components (faceting, highlighting, etc...) ... will work with the collapsed result set. パラメータ ... _HOSTNAME , 'login' => SOLR_SERVER_USERNAME , 'password' => SOLR_SERVER_PASSWORD , 'port' => SOLR_SERVE ...
https://man.plustar.jp/php/solrquery.collapse.html - [similar]
MongoDB driver classes 5383
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... bscriber — Registers a monitoring event subscriber with this Manager MongoDB\Driver\Manager::__construc ... t — Create new MongoDB Manager MongoDB\Driver\Manager::createClie ... ntEncryption — Create a new ClientEncryption object MongoDB\Driver\Manager::ex ... ecuteBulkWrite — Execute one or more write operations MongoDB ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
5383
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... ult == 0 && ! is_readable ( $temp_filename ) && is_writable ( $temp_filename )) { echo "eio_chmod_ok" ; ... "/eio-file.tmp" ; $fp = fopen ( $temp_filename , "w" ); fwrite ( $fp , "some data" ); fclose ( $fp ); ... 加します $req = eio_open ( $temp_filename , EIO_O_RDWR | EIO_O_APPEND , NULL , EIO_PRI_DEFAULT , "my_grp ... mp ( $r ); var_dump ( $d ); } $base = event_base_new (); $event = event_new (); $fd = eio_get_event_str ...
https://man.plustar.jp/php/eio.examples.html - [similar]
Unixタイムスタンプを書式化する 5383
« date_timezone_set getdate » PHP Manual 日付・時刻 関数 Unixタイムスタンプを書式化する date (PH ... mp に数字以外が使用された場合は false が返され、 E_WARNING レベルのエラーが発生します。 エラー / 例外 す ... 数は、 有効なタイムゾーンが設定されていない場合に E_WARNING を発生させます。 date_default_timezone_set() ... メータに、定数を使用します。 */ // 結果は、たとえば Wed, 25 Sep 2013 15:28:57 -0700 のようになります。 e ... ります。 例2 date() の文字をエスケープする <?php // Wednesday the 15th のように出力 echo date ( 'l \t\h\ ...
https://man.plustar.jp/php/function.date.html - [similar]
数値を金額文字列にフォーマットする 5383
« metaphone nl_langinfo » PHP Manual String 関数 数値を金額文字列にフォーマットする money_format ... に数値埋め文字が追加される)にします。 フィールドの幅 w 10 進の数値形式の文字列で、フィールドの幅の最小値を ... 返されます。 number が非数値の場合は null を返し、 E_WARNING を発行します。 変更履歴 バージョン 説明 7.4. ... 場合のみ money_format() 関数が定義されます。例えば、Windows では strfmon は使用できません。 そのため mon ... ey_format() は Windows では 定義されていません。 注意 : ロケール設定 ...
https://man.plustar.jp/php/function.money-format.html - [similar]
フォーマットされた文字列をストリームに書き込む 5383
« utf8_encode vprintf » PHP Manual String 関数 フォーマットされた文字列をストリームに書き込む vf ... は、以下のプロトタイプに従います: %[argnum$][flags][width][.precision]specifier . Argnum 何番目の引数を変 ... めできます。 ' (char) 指定された (char) で埋めます。 Width (最小で)何文字がこの変換結果に含まれるかを数値 ... c 指定子はパディングと幅を無視します 警告 文字列と width 指定子を、1文字の表現に1バイト以上必要な文字セ ... のゼロ埋め <?php if (!( $fp = fopen ( 'date.txt' , 'w' ))) return; vfprintf ( $fp , "%04d-%02d-%02d" , a ...
https://man.plustar.jp/php/function.vfprintf.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 NEXT