タグ

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

  • PHP: PHP 8.2.0 Release Announcement

    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: PHP 8.2.0 Release Announcement
    uzulla
    uzulla 2022/12/08
    ついに8.2時代
  • PHP: PHP 8.0.0 Release Announcement

    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: PHP 8.0.0 Release Announcement
    uzulla
    uzulla 2020/11/27
    8という数字が好きな人間としてはことさらめでたい
  • PHP: Preloading - Manual

    uzulla
    uzulla 2020/07/31
  • PHP: 新機能 - Manual

    定数式 数値や文字列リテラルと定数を、これまでのバージョンでは静的な値が想定されていた場面 (定数やプロパティの宣言、関数のデフォルト引数など) で、スカラー式として扱えるようになりました。 <?php const ONE = 1; const TWO = ONE * 2; class C { const THREE = TWO + 1; const ONE_THIRD = ONE / self::THREE; const SENTENCE = 'THREE の値は '.self::THREE; public function f($a = ONE + self::THREE) { return $a; } } echo (new C)->f()."\n"; echo C::SENTENCE; ?>

    uzulla
    uzulla 2014/07/06
    やっとUTF-8デフォルト
  • PHP: Manual Quick Reference

    uzulla
    uzulla 2014/02/14
    日本のPHPユーザーグループ、関西しかないのかー…?いやちがうぞ…kainsai?カインサイ?
  • 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

    uzulla
    uzulla 2014/01/24
    “PHP 5.6.0alpha1 released”
  • PHP: PHP 5 ChangeLog - Version 5.4.0

    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

    uzulla
    uzulla 2014/01/11
    PHP 5.5.8でました、主にバグ修正
  • PHP: News Archive - 2012

    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

    uzulla
    uzulla 2012/02/05
    これなー、俺が立てたサーバーには5.3.9ないんだけど、某微妙な立場のサーバーがこれなんだよな。どうしたもんか。(言ったら波風立つか的な意味で)
  • PHP: 実行時設定 - Manual

    INI_* モードの詳細および定義については どこで設定を行うのか を参照してください。 以下に設定ディレクティブに関する 簡単な説明を示します。 mail.add_x_header bool X-PHP-Originating-Script を追加します。 それはスクリプトの UID を含み、その後にファイル名が続きます。 mail.log string ログファイルへのパス。mail() がコールされるたびにこのファイルに記録します。 ログに含まれる内容は、スクリプトのフルパスと行番号、そして To アドレスとヘッダです。 mail.force_extra_parameters string 指定したパラメータを、sendmail バイナリへの追加パラメータとして強制的に渡します。 これらのパラメータは、常に mail() の第 5 パラメータの値を上書きします。 SMTP strin

    uzulla
    uzulla 2011/11/11
    mail.add_x_header 出てるとメールヘッダーの崩れがおきる事がある、らしい。
  • PHP: popen - 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

    uzulla
    uzulla 2009/11/19
  • PHP: gnupg_encrypt - 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

    uzulla
    uzulla 2009/11/19
  • PHP: error_reporting - 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

    uzulla
    uzulla 2007/08/29
    エラー出力制御
  • 1