最終更新:2014-02-10 (月) 06:14:54 (3730d)  

PHP
Top / PHP

http://php.net/

歴史

PHP/文法?

ドキュメント

設定ファイル

エディタ

PHP/フレームワーク

PHP/ライブラリ

スクレイピング

PHP/デバッグ

モバイル開発

変数比較の比較表

ヘッダー

CSVとかでダウンロードさせるときに、ダウンロードダイアログを出させる設定

//SSLのときはこの2つの設定がいる時がある
header("Cache-Control: public");
header("Pragma: public");

header("Content-type: text/html;");
header("Content-Disposition: attachment; filename={$filename}");

Tips

拡張モジュールの作り方

マジックメソッド?

  • __construct
  • __destruct
  • __set
  • __get
  • __call
  • __invoke
  • __clone
  • __sleep
  • __awake
  • __isset
  • __unset
  • __callStatic
  • __toString

定義済みの何か

  • get_defined_functions
  • get_defined_constants
  • get_defined_classes

yum

yum install php
yum install php-pear
yum install php-gd
yum install php-mysql
yum install php-pgsql
yum install php-pdo
yum install php-tidy

Dis?

参考文献