検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 927 for Create (0.015 sec.)
通貨の値をフォーマットする 3311
« NumberFormatter::create NumberFormatter::format » PHP Manual NumberFormatter 通貨の値をフォーマ ... numfmt_format_currency() の例 <?php $fmt = numfmt_create ( 'de_DE' , NumberFormatter :: CURRENCY ); echo nu ... 67.891234567890000 , "RUR" ). "\n" ; $fmt = numfmt_create ( 'ru_RU' , NumberFormatter :: CURRENCY ); echo nu ...
https://man.plustar.jp/php/numberformatter.formatcurrency.html - [similar]
Poll the items 3311
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... PollException on error. 例 例1 A ZMQPoll() example Create a simple poll server <?php /* Create socket, reque ... */ $server -> bind ( "tcp://127.0.0.1:5555" ); /* Create new pollset for incoming/outgoing message */ $poll ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]
日付・時刻 3280
« unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/ ... uct — 新しい DateTime オブジェクトを返す DateTime::createFromFormat — 指定した書式で時刻文字列をパースする D ... ateTime::createFromImmutable — 与えられた DateTimeImmutable オブジ ... 化した、新しい DateTime オブジェクトを返す DateTime::createFromInterface — 指定された DateTimeInterface オブジ ... imeImmutable オブジェクトを返す DateTimeImmutable::createFromFormat — 時刻の文字列を指定されたフォーマットに ...
https://man.plustar.jp/php/book.datetime.html - [similar]
XML パーサ 3280
« XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール ... arse — XML ドキュメントの処理を開始する xml_parser_create_ns — 名前空間をサポートした XML パーサを生成する x ... ml_parser_create — XML パーサを作成する xml_parser_free — XML パーサ ... ハンドラ , parser , 処理 , decl , カレント , 開始 , create ...
https://man.plustar.jp/php/book.xml.html - [similar]
Constructs an EvTimer watcher object 3280
« EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec ... ity Watcher priority 例 例1 Simple timers <?php // Create and start timer firing after 2 seconds $w1 = new E ... function () { echo "2 seconds elapsed\n" ; }); // Create and launch timer firing after 2 seconds repeating ... Ev :: iteration () >= 10 and $w -> stop (); }); // Create stopped timer. It will be inactive until we start ... it ourselves $w_stopped = EvTimer :: createStopped ( 10 , 5 , function( $w ) { echo "Callback ...
https://man.plustar.jp/php/evtimer.construct.html - [similar]
Initiates a restore task in the service manager and returns immediately 3280
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... re the backup file is located. dest_db The path to create the new database on the server. You can also use d ... _RES_ONE_AT_A_TIME , IBASE_RES_REPLACE , IBASE_RES_CREATE , IBASE_RES_USE_ALL_SPACE , IBASE_PRP_PAGE_BUFFERS ... , IBASE_PRP_SWEEP_INTERVAL , IBASE_RES_CREATE . Read the section about 定義済み定数 for further ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
メッセージをフォーマットする 3280
« MessageFormatter::formatMessage MessageFormatter::getErrorCode » PHP Manual MessageFormatter メ ... す。 例 例1 msgfmt_format() の例 <?php $fmt = msgfmt_create ( "en_US" , "{0,number,integer} monkeys on {1,numb ... , array( 4560 , 123 , 4560 / 123 )); $fmt = msgfmt_create ( "de" , "{0,number,integer} Affen auf {1,number,i ... 123 Bäumen sind 37,073 Affen pro Baum 参考 msgfmt_create() - 新しいメッセージフォーマッタを作成する msgfmt_ ...
https://man.plustar.jp/php/messageformatter.format.html - [similar]
パターンを使用して入力文字列をパースする 3280
« MessageFormatter::parseMessage MessageFormatter::setPattern » PHP Manual MessageFormatter パタ ... す。 例 例1 msgfmt_parse() の例 <?php $fmt = msgfmt_create ( 'en_US' , "{0,number,integer} monkeys on {1,numb ... ys per tree" ); var_export ( $res ); $fmt = msgfmt_create ( 'de' , "{0,number,integer} Affen auf {1,number,i ... ( 0 => 4560, 1 => 123, 2 => 37.073, ) 参考 msgfmt_create() - 新しいメッセージフォーマッタを作成する msgfmt_ ...
https://man.plustar.jp/php/messageformatter.parse.html - [similar]
クエリのプレースホルダーに値をバインドする 3280
« mysql_xdevapi\CollectionFind CollectionFind::__construct » PHP Manual mysql_xdevapi\Collection ... TS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook" )-> execute (); $schema = $s ... ession -> getSchema ( "addressbook" ); $create = $schema -> createCollection ( "people" ); $resul ... t = $create -> add ( '{"name": "Alfred", "age": 18, "job": "Bu ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.bind.html - [similar]
Procedural PECL/rrd example 3280
« 例 OOP PECL/rrd example » PHP Manual 例 Procedural PECL/rrd example Procedural PECL/rrd exampl ... $rrdFile = dirname ( __FILE__ ) . "/speed.rrd" ; //create rrd file rrd_create ( $rrdFile , array( "--start" ...
https://man.plustar.jp/php/rrd.examples-procedural.html - [similar]