検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 123 for second (0.010 sec.)
Formatter が使用するロケールを取得する 6823
« IntlDateFormatter::getErrorMessage IntlDateFormatter::getPattern » PHP Manual IntlDateFormatte ... matter is : ' . datefmt_get_locale ( $fmt ); echo 'Second Formatted output is ' . datefmt_format ( $fmt , 0 ... the formatter is : ' . $fmt -> getLocale (); echo 'Second Formatted output is ' . $fmt -> format ( 0 ); ?> 上 ... 1969 4:00:00 PM PT locale of the formatter is : de Second Formatted output is Mittwoch, 31. Dezember 1969 16 ...
https://man.plustar.jp/php/intldateformatter.getlocale.html - [similar]
IntlDateFormatter が使用するパターンを設定する 6749
« IntlDateFormatter::setLenient IntlDateFormatter::setTimeZone » PHP Manual IntlDateFormatter In ... ' , datefmt_get_pattern ( $fmt ), PHP_EOL ; echo 'Second Formatted output with pattern is ' , datefmt_forma ... er is : ' , $fmt -> getPattern (), PHP_EOL ; echo 'Second Formatted output is ' , $fmt -> format ( 0 ), PHP_ ... pattern of the formatter is : yyyyMMdd hh:mm:ss z Second Formatted output is 19691231 04:00:00 PST 参考 dat ...
https://man.plustar.jp/php/intldateformatter.setpattern.html - [similar]
グレゴリオ暦の Calendar クラスを作成する 6749
« IntlGregorianCalendar IntlGregorianCalendar::getGregorianChange » PHP Manual IntlGregorianCale ... , int $dayOfMonth , int $hour , int $minute , int $second = ? ) 警告 この関数は、 現在のところ詳細な情報はあ ... imeZoneOrYear localeOrMonth dayOfMonth hour minute second 関連キーワード: int , IntlGregorianCalendar , Cale ...
https://man.plustar.jp/php/intlgregoriancalendar.construct.html - [similar]
定義済み定数 6749
« リソース型 Uopz 関数 » PHP Manual uopz 定義済み定数 定義済み定数 以下の定数が定義されています。 ... e first argument, and the name of the trait as the second argument ZEND_ADD_INTERFACE ( int ) Invoked upon c ... rst argument, and the name of the interface as the second argument ZEND_INSTANCEOF ( int ) Invoked by instan ... me of the class which that object should be as the second argument The following constants control the VM's ...
https://man.plustar.jp/php/uopz.constants.html - [similar]
The MongoDB\Driver\Cursor class 6588
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... empting to continue iteration on the cursor with a second foreach would throw an exception, since PHP attemp ... to insert a new document into that collection each second. <?php $manager = new MongoDB \ Driver \ Manager ; ... ); } ?> With the producer script still running, a second consumer script may be executed to read the insert ... t the server to block for a short period (e.g. one second) at the end of the result set before returning a r ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
指定したノードの子ノードを見付ける 6588
« SimpleXMLElement::attributes SimpleXMLElement::__construct » PHP Manual SimpleXMLElement 指定し ... d> </person>' ); foreach ( $xml -> children () as $second_gen ) { echo ' The person begot a ' . $second_gen ... [ 'role' ]; foreach ( $second_gen -> children () as $third_gen ) { echo ' who be ...
https://man.plustar.jp/php/simplexmlelement.children.html - [similar]
Creates EvTimer stopped watcher object 6514
« EvTimer::__construct EvTimer::set » PHP Manual EvTimer Creates EvTimer stopped watcher object ... after Configures the timer to trigger after after seconds. repeat If repeat is 0.0 , then it will automatic ... ically be configured to trigger again every repeat seconds later, until stopped manually. callback See Watch ... og/messages. Avoid missing updates by means of one second delay <?php $timer = EvTimer :: createStopped ( 0. ... ( $w ) { $w -> stop (); $stat = $w -> data ; // 1 second after the most recent change of the file printf ( ...
https://man.plustar.jp/php/evtimer.createstopped.html - [similar]
Get result of next query when executing multiple SQL statements 6514
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... n:" , $column_last_len ); printf ( "%-30s %s\n" , "Second Column Flags:" , $column_1_flags ); printf ( "\n\n ... code Last Column Type: varchar Last Column Len: 6 Second Column Flags: ------------ get_result_info ------- ... story Last Column Type: varchar Last Column Len: 5 Second Column Flags: not_null primary_key unique_key 参考 ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
値を追加する 6440
« ArrayObject ArrayObject::asort » PHP Manual ArrayObject 値を追加する ArrayObject::append (PHP ... php $arrayobj = new ArrayObject (array( 'first' , 'second' , 'third' )); $arrayobj -> append ( 'fourth' ); $ ... )#1 (5) { [0]=> string(5) "first" [1]=> string(6) "second" [2]=> string(5) "third" [3]=> string(6) "fourth" ...
https://man.plustar.jp/php/arrayobject.append.html - [similar]
GMT 日付から Unix タイムスタンプを取得する 6440
« gmdate gmstrftime » PHP Manual 日付・時刻 関数 GMT 日付から Unix タイムスタンプを取得する gmmk ... mktime ( int $hour , ? int $minute = null , ? int $second = null , ? int $month = null , ? int $day = null , ... きい値は、その次の時間以降の該当する時間を表します。 second minute 分 0 秒から数えた「秒」。 負の値は、その前の ... ur はオプションではなくなりました。 8.0.0 minute , second , month , day , year は、nullable になりました。 例 ...
https://man.plustar.jp/php/function.gmmktime.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT