Obtaining the manual sources - PHPプロ!マニュアル
- Obtaining the manual sources
Obtaining the manual sources
The Docbook XML sources of the documentation are hosted on php.net's SVN server in the peardoc module.
The checkout process is relatively simple:
$ svn checkout http://svn.php.net:/repository/pear/peardoc/trunk
Details about this process as well as anonymous login data can be found on php.net's SVN page.
You need rights for the peardoc SVN module to be able to commit. Along with pear karma, every developer should have gotten the appropriate rights to peardoc. This is how it should be in theory, but one will probably have to send a mail to pear-dev@lists.php.net asking for documentation karma.
マニュアルメニュー
Manual Menu

- マジッククォートとmysql_real_escape_string
Tweet

- magic_quotes_gpcでは、SQLインジェクション対処は十分できません。主な理由として、以下が上げられます。 ・magic_quotes_gpcは文字コードを考慮しないで処理するので、Shift_JISを使っている場合、SQLインジェ...
▲解説者:岡本(アシアル株式会社 教育コーディネーター兼 システムエンジニア)




ページのトップへ


SQLインジェクション対策は時と場合で使う関数が変わります。その時にあったものを使いましょう。