検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 2650 for 上の (0.060 sec.)
PHPの隠蔽 2535
« ユーザーが投稿したデータ 最新版を維持する » PHP Manual セキュリティ PHPの隠蔽 PHPの隠蔽 一般に ... ンジンを通じてパースされることになるため、若干の性能上の 問題があります。 例3 PHP拡張子としてHTML型を使用す ... 率的にこれを使用するには、全ての PHP ファイルの名前を上の拡張子に変更 する必要があります。これは、あいまいさに ...
https://man.plustar.jp/php/security.hiding.html - [similar]
Yaf_Application のコンストラクタ 2535
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... .ini' ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のようになります。 例3 Yaf_ ... onfig ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のようになります。 参考 Yaf ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
ふたつの Unicode 文字列を比較する 2467
« Collator::asort Collator::__construct » PHP Manual Collator ふたつの Unicode 文字列を比較する ... s2\n" ; } else { echo "s1 is equal to s2\n" ; } ?> 上の例の出力は以下となります。 s1 is greater than s2 例2 ... ( 'Séan' , 'Sean' ) == 0 ) { echo "The same\n" ; } 上の例の出力は以下となります。 The same この例は、collat ...
https://man.plustar.jp/php/collator.compare.html - [similar]
foreach 2467
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... の要素が含まれます。 echo "A: $a ; B: $b \n" ; } ?> 上の例の出力は以下となります。 A: 1; B: 2 A: 3; B: 4 lis ... を指定していないことに注目。 echo " $a \n" ; } ?> 上の例の出力は以下となります。 1 3 list() で指定した変数 ... b , $c )) { echo "A: $a ; B: $b ; C: $c \n" ; } ?> 上の例の出力は以下となります。 Notice: Undefined offset: ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
ふたつの DateTime オブジェクトの差を返す 2467
« DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク ... et ); echo $interval -> format ( '%R%a days' ); ?> 上の例の出力は以下となります。 +2 days 例2 DateTime オブ ... date1 < $date2 ); var_dump ( $date1 > $date2 ); ?> 上の例の出力は以下となります。 bool(false) bool(true) bo ...
https://man.plustar.jp/php/datetime.diff.html - [similar]
タイムスタンプを変更する 2467
« DateTime::getLastErrors DateTime::__set_state » PHP Manual DateTime タイムスタンプを変更する D ... 1 day' ); echo date_format ( $date , 'Y-m-d' ); ?> 上の例の出力は以下となります。 2006-12-13 例2 月の加減算 ... h' ); echo $date -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2001-01-31 2001-03-03 参考 ...
https://man.plustar.jp/php/datetime.modify.html - [similar]
年月日時分秒の値を加え、新しいオブジェクトを返す 2467
« DateTimeImmutable DateTimeImmutable::__construct » PHP Manual DateTimeImmutable 年月日時分秒の ... o $newDate -> format ( 'Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は以下となります。 2000-01-01 10:00:30 2007- ... ; echo $newDate2 -> format ( 'Y-m-d' ) . "\n" ; ?> 上の例の出力は以下となります。 2001-01-31 2001-03-03 参考 ...
https://man.plustar.jp/php/datetimeimmutable.add.html - [similar]
時刻を設定する 2467
« DateTimeImmutable::setISODate DateTimeImmutable::setTimestamp » PHP Manual DateTimeImmutable 時 ... echo $date -> format ( 'Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は、 たとえば以下のようになります。 2001-01- ... o $newDate -> format ( 'Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は以下となります。 2001-01-01 14:55:24 2001- ...
https://man.plustar.jp/php/datetimeimmutable.settime.html - [similar]
夏時間、オフセットおよびタイムゾーン名を含む連想配列を返す 2467
« DateTimeZone::getTransitions DateTimeZone::listIdentifiers » PHP Manual DateTimeZone 夏時間、オ ... 。 注意 : この関数で使われるデータは、パフォーマンス上の理由でプリコンパイルされています。 よって、より新しい ... print_r ( $timezone_abbreviations [ "acst" ]); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/datetimezone.listabbreviations.html - [similar]
Adds values to the set 2467
« Set Ds\Set::allocate » PHP Manual Set Adds values to the set Ds\Set::add (PECL ds >= 1.0.0) Ds ... "1" ); $set -> add ( true ); var_dump ( $set ); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ... new \ HashableObject ( 2 )); var_dump ( $set ); ?> 上の例の出力は、 たとえば以下のようになります。 object(D ...
https://man.plustar.jp/php/ds-set.add.html - [similar]