PHPメモ - 目次
※当ブログを整理中のため、目次は未完成。
PHP関連記事一覧(新着順)
PHPで実現できることに関する記事
トラブル解決方法に関する記事
- PHPエラー「Parse error: syntax error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING」の原因
- PHPエラー「Wrong parameter count for str_replace()」の原因と解決方法
- PHPエラー「mysql_close(): supplied argument is not a valid MySQL-Link resource」の原因
- PHPエラー「mysql_select_db(): supplied argument is not a valid MySQL-Link resource」の原因
- PHPエラー「Parse error: syntax error, unexpected $end」の原因
- PHPエラー「Wrong parameter count for str_repeat()」の原因と対処方法
- PHPエラー「Parse error: parse error, unexpected T_START_HEREDOC」の原因と解決方法
- PHPエラー「Warning: preg_match_all() [function.preg-match-all]: Unknown modifier」の原因と解決方法
- PHPエラー「Fatal error: Call to undefined function mb_convert_encoding()」の原因と解決方法(Windows用PHP)
- PHPエラー「Notice: Array to string conversion」の原因と解決方法
- PHPエラー「PHP Warning: session_start(): Cannot send session cookie - headers already sent」の原因と解決方法
- PHPエラー「Wrong parameter count for fgetcsv()」の原因と解決方法
- PHPエラー「Parse error: syntax error, unexpected '['」の原因と解決方法
- PHPエラー 「Warning: eregi() [function.eregi]: REG_EMPTY」の原因と解決方法
- PHPエラー「Warning: Division by zero」の原因と解決方法
- PHPエラー「rmdir(ディレクトリ名): ディレクトリは空ではありません」の原因と解決方法
- PHPエラー「PHP Warning: Maximum number of allowable file uploads has been exceeded in Unknown on line 0」の原因と解決方法
- PHPエラー「PHP Warning: touch(): Unable to create file〜because No such file or directory」の原因と解決方法
- PHPエラー「PHP Warning: fwrite(): supplied argument is not a valid stream resource」の原因と解決方法
- PHPエラー「PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING」の原因の1つと解決方法
- PHPエラー「php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution」の原因と解決方法
- PHPエラー「php_value takes two arguments, PHP Value Modifier」の原因と解決方法
- PHPエラー「Allowed memory size of 536870912 bytes exhausted」の原因と解決方法
- PHPエラー「Call to undefined function mb_language()」の原因と解決方法
- PHPエラー「mail(): Failed to connect to mailserver」の原因と解決方法
- PHPエラー「mail(): "sendmail_from" not set in php.ini or custom "From:" header missing」の原因と解決方法
- PHPエラー「mail(): SMTP server response: 554〜Client host rejected: Access denied」の原因と解決方法
- PHPエラー「PHP Parse error: syntax error, unexpected T_DOUBLE_ARROW」の原因と解決方法
- PHPエラー「Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: fe_sendauth: no password supplied」の原因と解決方法
- PHPエラー「Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket」の原因と解決方法
- PHP+Postfixでのメール送信エラー「25: Permission denied」、「25: Connection timed out」の原因と解決方法
- pear install DB実行時に「No release available for package "pear.php.net/DB"」となる原因の1つと解決方法
- PHPのセッション変数($_SESSION)が作成されない原因と解決方法
- PHPエラー「PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING」の原因の1つと解決方法
- PHPエラー「PHP Notice: Use of undefined constant」の原因と解決方法
- PHPエラー「PHP Fatal error: Call to undefined function mb_substr_count()」の原因と解決方法
- PHPエラー「Parse error: syntax error, unexpected '.', expecting ')'」の原因と解決方法
- PHPエラー「Parse error: syntax error, unexpected '/', expecting ')'」の原因と解決方法
- PHPのSimpleXMLElementでXMLの各要素の文字列を取得できない原因と解決方法(ルート要素を指定してしまった場合)
- PHPでfwriteしたら0KBのファイルができてしまうことで悩んでしまった
- copy()関数使用時にPermission deniedとなってしまう原因と解決方法
- get_headers関数でhttp://〜だとOKで、https://〜だとエラーになる原因について
インストール、設定、その他
PHP自作ツール
参考資料的な記事