検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for sP (0.002 sec.)
新しい DateTimeImmutable オブジェクトを返す 12031
« DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し ... '2000-01-01' ); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // 指定したタイムゾーンでの日時の指定 ... cific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // そのコンピュータのタイムゾーンでの現 ... imeImmutable (); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // 指定したタイムゾーンでの現在日時 $d ... cific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // UNIX タイムスタンプの使用例。結果の ...
https://man.plustar.jp/php/datetimeimmutable.construct.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 11191
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... cific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; $date -> setTimezone (new DateTimeZone ... fic/Chatham' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; ?> 手続き型 <?php $date = date_create ... c/Nauru' )); echo date_format ( $date , 'Y-m-d H:i:sP' ) . "\n" ; date_timezone_set ( $date , timezone_o ... Chatham' )); echo date_format ( $date , 'Y-m-d H:i:sP' ) . "\n" ; ?> 上の例の出力は以下となります。 2000 ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
DateTimeInterface インターフェイス 10208
« DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス ... rface { /* 定数 */ const string ATOM = "Y-m-d\TH:i:sP" ; const string COOKIE = "l, d-M-Y H:i:s T" ; cons ... M Y H:i:s O" ; const string RFC3339 = "Y-m-d\TH:i:sP" ; const string RFC3339_EXTENDED = "Y-m-d\TH:i:s.v ... D, d M Y H:i:s O" ; const string W3C = "Y-m-d\TH:i:sP" ; /* メソッド */ public diff ( DateTimeInterface ... ateTimeInterface , DateTime , Aug , public , Mon , sP , 定数 , wakeup , フォーマット ...
https://man.plustar.jp/php/class.datetimeinterface.html - [similar]
DateTimeImmutable クラス 9367
« DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI ... const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::COOKIE = "l, d- ... st string DateTimeInterface::RFC3339 = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::RFC3339_EXTENDE ... const string DateTimeInterface::W3C = "Y-m-d\TH:i:sP" ; /* メソッド */ public __construct ( string $dat ...
https://man.plustar.jp/php/class.datetimeimmutable.html - [similar]
DateTime クラス 9224
« 日付/時刻 の算術 DateTime::add » PHP Manual Date/Time DateTime クラス DateTime クラス (PHP 5 > ... const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::COOKIE = "l, d- ... st string DateTimeInterface::RFC3339 = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::RFC3339_EXTENDE ... const string DateTimeInterface::W3C = "Y-m-d\TH:i:sP" ; /* メソッド */ public __construct ( string $dat ...
https://man.plustar.jp/php/class.datetime.html - [similar]
タイムゾーンを設定する 9081
« DateTimeImmutable::setTimestamp DateTimeImmutable::sub » PHP Manual DateTimeImmutable タイムゾ ... cific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; $newDate = $date -> setTimezone (new D ... /Chatham' )); echo $newDate -> format ( 'Y-m-d H:i:sP' ) . "\n" ; ?> 上の例の出力は以下となります。 2000 ...
https://man.plustar.jp/php/datetimeimmutable.settimezone.html - [similar]
定義済み定数 7544
« リソース型 PHP オプション/情報 関数 » PHP Manual PHP Options/Info 定義済み定数 定義済み定数 以 ... BUILD Windows のビルド番号 (たとえば Windows Vista SP1 はビルド 6001 となります)。 PHP_WINDOWS_VERSION_P ... s ME/98/95 では 1 となります。 PHP_WINDOWS_VERSION_SP_MAJOR インストールされているサービスパックのメジャ ... た場合、この値は 3 となります。 PHP_WINDOWS_VERSION_SP_MINOR インストールされているサービスパックのマイナ ...
https://man.plustar.jp/php/info.constants.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 7544
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... が発生します。 <?php $stmt = $dbh -> prepare ( "CALL sp_returns_string(?)" ); $stmt -> bindParam ( 1 , $re ... 換えられます。 <?php $stmt = $dbh -> prepare ( "CALL sp_takes_string_returns_string(?)" ); $value = 'hello ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
IntlChar クラス 6686
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... PROPERTY_UPPERCASE = 30 ; const int PROPERTY_WHITE_SPACE = 31 ; const int PROPERTY_XID_CONTINUE = 32 ; c ... ERN_SYNTAX = 42 ; const int PROPERTY_PATTERN_WHITE_SPACE = 43 ; const int PROPERTY_POSIX_ALNUM = 44 ; co ... ORY_OTHER_LETTER = 5 ; const int CHAR_CATEGORY_NON_SPACING_MARK = 6 ; const int CHAR_CATEGORY_ENCLOSING_ ... MARK = 7 ; const int CHAR_CATEGORY_COMBINING_SPACING_MARK = 8 ; const int CHAR_CATEGORY_DECIMAL_DI ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
コア php.ini ディレクティブに関する説明 6418
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... パースの順番を設定します。例えば variables_order を "SP" に設定すると、PHP は スーパーグローバル $_SERVER ... htmlentities() や html_entity_decode() そして htmlspecialchars() で encoding パラメータを省略した場合は ...
https://man.plustar.jp/php/ini.core.html - [similar]
PREV 1 NEXT