タグ

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

  • PHP: ソケット 関数 - Manual

    After many non-sleep nights I got the most simple multi-client server written in PHP that really works. Ctrl+C and Ctrl+V... use as command line to test it. Enjoy it. <?php ini_set('error_reporting', E_ALL ^ E_NOTICE); ini_set('display_errors', 1); // Set time limit to indefinite execution set_time_limit (0); // Set the ip and port we will listen on $address = '10.203.9.67'; $port = 6901; // Creat

    PHP: ソケット 関数 - Manual
    hilolih
    hilolih 2011/10/16
  • PHP: POST メソッドによるアップロード - Manual

    POST メソッドによるアップロード この機能により、テキスト、バイナリファイルの両方をアップロードできるように なります。 PHP の認証機構およびファイル操作関数を用いて、アップロードを許可する ユーザーとアップロード後にそのファイルを使用して行う動作を完全に制御する ことが可能です。 PHP は、全ての RFC-1867 対応ブラウザからファイルのアップロードを 受けることができます。 注意: 関係する設定に関する注記 php.iniの file_uploads, upload_max_filesize, upload_tmp_dir, post_max_size, max_input_time ディレクティブも参照ください。 PHPNetscape Composer および W3C の Amaya クライアントにより使用される PUT メソッドによるファイルアップロードもサポ

    PHP: POST メソッドによるアップロード - Manual
    hilolih
    hilolih 2011/09/15
  • PHP: Download documentation

    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: Download documentation
    hilolih
    hilolih 2011/05/30
  • 1