タグ

ブックマーク / www.php.net (8)

  • PHP: date - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Enumerations Errors Exceptions Fibers Generators Attributes References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Predefined Attributes Context options and parameters Su

    PHP: date - Manual
    sunin
    sunin 2017/07/25
    date('w') で戻り値として、曜日が0〜6で表現されて取得できるが、この0~6の型は文字列なので要注意だな。
  • PHP 5.4.43 Released - PHP: News Archive - 2015

    The PHP development team announces the immediate availability of PHP 7.0.1. Several bugs have been fixed. All PHP 7.0 users are encouraged to upgrade to this version. For source downloads of PHP 7.0.1 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog. The team at php[architect] is excited to anno

    PHP 5.4.43 Released - PHP: News Archive - 2015
    sunin
    sunin 2015/12/04
  • PHP 5.4.28 Released

    We’re pleased to announce our first conference, PHP South Coast 2015! Taking place on the south coast of England in Summer 2015, where community members from around the world will come together to learn and share information about the latest trends and technologies in professional PHP development. Bulgaria Web Summit 2015 is an event about (almost) everything a modern web person should know: {Prog

    PHP 5.4.28 Released
    sunin
    sunin 2014/08/17
    個人的に5.3でインパクトが有ったのは無名関数の導入だった。
  • A further update on php.net

    The PHP development team announces the immediate availability of PHP 5.4.23. About 10 bugs were fixed, including a security issue in OpenSSL module (CVE-2013-6420). All PHP 5.4 users are encouraged to upgrade to this version. For source downloads of PHP 5.4.23 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeL

    A further update on php.net
    sunin
    sunin 2013/06/21
    PHP5.5リリース。
  • PHP: getmypid - Manual

    The lock-file mechanism in Kevin Trass's note is incorrect because it is subject to race conditions. For locks you need an atomic way of verifying if a lock file exists and creating it if it doesn't exist. Between file_exists and file_put_contents, another process could be faster than us to write the lock. The only filesystem operation that matches the above requirements that I know of is symlink(

    PHP: getmypid - Manual
    sunin
    sunin 2008/11/20
    プロセスIDを取得する関数
  • PHP: http:// - Manual

    説明 HTTP GET メソッドを用いて、 ファイル/リソースに対する読み取り専用のアクセスが可能です。 仮想ホストホスト名でアクセスするために、 Host: ヘッダが送信されます。 php.ini ファイルまたはストリームコンテキストによって user_agent 文字列を設定している場合、 それはリクエストの中にも含まれます。 ストリームにより、リソースの body にアクセスすることが できます。ヘッダは、$http_response_header 変数に保存されます。 (全てのリダイレクトが処理された後に)ドキュメント取得元のリソースの URL を知ることが 重要な場合、ストリームから返された一連のレスポンスヘッダを処理する必要があります。 from ディレクティブが設定されており、かつそれが コンテキストオプションとパラメータ で上書きされていない場合は、その値が From:

    PHP: http:// - Manual
    sunin
    sunin 2008/02/15
     Post送信のやり方が書いてある。
  • PHP: PHP 4 から PHP 5.0.x への移行 - Manual

    Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Errors Exceptions Generators References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Context options and parameters Supported Protocols and Wrappers Security Introduction

    sunin
    sunin 2007/11/12
    php4→php5
  • PHP 5.4 beta2 released

    The PHP development team announces the immediate availability of PHP 8.1.30. This is a security release. All PHP 8.1 users are encouraged to upgrade to this version. For source downloads of PHP 8.1.30 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog. The PHP team is pleased to announce the relea

    PHP 5.4 beta2 released
    sunin
    sunin 2006/04/29
  • 1