downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

インストール手順> <インストール/設定
Last updated: Fri, 05 Feb 2010

view this page in

要件

SimpleXML 拡張モジュールは PHP 5 が必要になります。



add a note add a note User Contributed Notes
要件
crazyone at crazycoders dot net
25-Dec-2009 12:17
You don't NEED "allow_url_fopen = On". This is only if you query for external xml feeds such as:

<?php $data = simplexml_load_file(http://www.example.com/myfeed.xml"); ?>

In many other cases you WONT need allow_url_fopen because files will be local or you will use posted XML data...
Mandi at shqiperia dot com
17-Apr-2009 05:30
Requirements:

; Fopen wrappers ;

allow_url_fopen = On

インストール手順> <インストール/設定
Last updated: Fri, 05 Feb 2010
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites