<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
   <channel>
      <title>PHPリファレンス</title>
      <link>http://php.hushlog.com/</link>
      <description></description>
      <language>ja</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Wed, 18 Jun 2008 14:55:57 +0900</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>xml_set_element_handler()</title>
         <description>xml_set_element_handler関数はXMLの各要素のハンドラを設定します。開始要素に設定した関数は3つのパラメータ(XMLパーサ、要素名、属性値)をとり、終了要素に設定した関数は2つのパラメータ(XMLパーサ、要素名）をとります。</description>
         <link>http://php.hushlog.com/2008/06/xml_set_element_handler.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_set_element_handler.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:55:57 +0900</pubDate>
      </item>
            <item>
         <title>xml_set_character_data_handler()</title>
         <description>xml_set_character_data_handler関数はXMLの文字データハンドラ設定を行います。</description>
         <link>http://php.hushlog.com/2008/06/xml_set_character_data_handler.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_set_character_data_handler.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:52:48 +0900</pubDate>
      </item>
            <item>
         <title>xml_parser_set_option()</title>
         <description>xml_parser_set_option関数はXMLパーサのオプションを設定します。文字コードやXMLパーサの大文字変換を有効にするかを設定することができます。</description>
         <link>http://php.hushlog.com/2008/06/xml_parser_set_option.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_parser_set_option.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:49:31 +0900</pubDate>
      </item>
            <item>
         <title>xml_parser_get_option()</title>
         <description>xml_parser_get_option関数はXMLパーサの設定を取得します。</description>
         <link>http://php.hushlog.com/2008/06/xml_parser_get_option.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_parser_get_option.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:47:04 +0900</pubDate>
      </item>
            <item>
         <title>xml_parser_free()</title>
         <description>xml_parser_free関数はXMLパーサを解放します。</description>
         <link>http://php.hushlog.com/2008/06/xml_parser_free.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_parser_free.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:44:02 +0900</pubDate>
      </item>
            <item>
         <title>xml_parser_create()</title>
         <description>xml_parser_create関数はXMLパーサを生成します。文字コードの指定可能で、日本語を扱う場合は「UTF-8」を指定します。</description>
         <link>http://php.hushlog.com/2008/06/xml_parser_create.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_parser_create.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:41:10 +0900</pubDate>
      </item>
            <item>
         <title>xml_parse()</title>
         <description>xml_parse関数はXMLドキュメントの解析を始めます。</description>
         <link>http://php.hushlog.com/2008/06/xml_parse.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_parse.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:38:35 +0900</pubDate>
      </item>
            <item>
         <title>xml_get_error_code()</title>
         <description>xml_get_error_code関数はXMLパーサのエラーコードを得ます。</description>
         <link>http://php.hushlog.com/2008/06/xml_get_error_code.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_get_error_code.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:35:21 +0900</pubDate>
      </item>
            <item>
         <title>xml_get_current_line_number()</title>
         <description>xml_get_current_line_number関数はXMLパーサの現在の行番号を得ます。</description>
         <link>http://php.hushlog.com/2008/06/xml_get_current_line_number.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_get_current_line_number.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:32:15 +0900</pubDate>
      </item>
            <item>
         <title>xml_error_string()</title>
         <description>xml_error_string関数は、指定されたエラーコードに対応するXMLパーサのエラー文字列を得ます。</description>
         <link>http://php.hushlog.com/2008/06/xml_error_string.php</link>
         <guid>http://php.hushlog.com/2008/06/xml_error_string.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">924X</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:29:19 +0900</pubDate>
      </item>
            <item>
         <title>utf8_encode()</title>
         <description>utf8_encode関数は文字列をUTF-8へエンコードします。</description>
         <link>http://php.hushlog.com/2008/06/utf8_encode.php</link>
         <guid>http://php.hushlog.com/2008/06/utf8_encode.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">921U</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:23:16 +0900</pubDate>
      </item>
            <item>
         <title>utf8_decode()</title>
         <description>utf8_decode関数はUTF-8エンコードされた文字列を変換するものとしてデコードします。</description>
         <link>http://php.hushlog.com/2008/06/utf8_decode.php</link>
         <guid>http://php.hushlog.com/2008/06/utf8_decode.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">921U</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:19:48 +0900</pubDate>
      </item>
            <item>
         <title>simplexml_load_string()</title>
         <description>simplexml_load_string関数は指定されたXMLドキュメントを解析してオブジェクトにセットします。</description>
         <link>http://php.hushlog.com/2008/06/simplexml_load_string.php</link>
         <guid>http://php.hushlog.com/2008/06/simplexml_load_string.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">919S</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:16:56 +0900</pubDate>
      </item>
            <item>
         <title>simplexml_load_file()</title>
         <description>simplexml_load_file関数は、指定されたXML文字列を解析してオブジェクトにセットします。作成されたオブジェクトを使用して一覧表示したり、特定の要素にアクセスするなどXML文字列の操作が可能です。</description>
         <link>http://php.hushlog.com/2008/06/simplexml_load_file.php</link>
         <guid>http://php.hushlog.com/2008/06/simplexml_load_file.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">230XML</category>
                  <category domain="http://www.sixapart.com/ns/types#category">919S</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:12:05 +0900</pubDate>
      </item>
            <item>
         <title>version_compare()</title>
         <description>version_compare関数は2つのPHP標準バージョン番号文字列を比較します。この関数は、いくつかのバージョンのPHPでのみ 動作するプログラムを書きたい場合に使われます。 
3番目のパラメータに比較演算子を指定した場合、式の条件を満たす場合はTRUE、満たさない場合はFALSEを返します。



</description>
         <link>http://php.hushlog.com/2008/06/version_compare.php</link>
         <guid>http://php.hushlog.com/2008/06/version_compare.php</guid>
                  <category domain="http://www.sixapart.com/ns/types#category">220PHPオプション</category>
                  <category domain="http://www.sixapart.com/ns/types#category">922V</category>
        
        
         <pubDate>Wed, 18 Jun 2008 14:04:25 +0900</pubDate>
      </item>
      
   </channel>
</rss>
