<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>PHPリファレンス</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/" />
   <link rel="self" type="application/atom+xml" href="http://php.hushlog.com/atom.xml" />
   <id>tag:php.hushlog.com,2008://1</id>
   <updated>2008-06-18T06:00:41Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.34</generator>

<entry>
   <title>xml_set_element_handler()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_set_element_handler.php" />
   <id>tag:php.hushlog.com,2008://1.446</id>
   
   <published>2008-06-18T05:55:57Z</published>
   <updated>2008-06-18T06:00:41Z</updated>
   
   <summary>xml_set_element_handler関数はXMLの各要素のハンドラを設...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_set_element_handler関数はXMLの各要素のハンドラを設定します。開始要素に設定した関数は3つのパラメータ(XMLパーサ、要素名、属性値)をとり、終了要素に設定した関数は2つのパラメータ(XMLパーサ、要素名）をとります。
      
   </content>
</entry>
<entry>
   <title>xml_set_character_data_handler()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_set_character_data_handler.php" />
   <id>tag:php.hushlog.com,2008://1.445</id>
   
   <published>2008-06-18T05:52:48Z</published>
   <updated>2008-06-18T05:55:26Z</updated>
   
   <summary>xml_set_character_data_handler関数はXMLの文字デ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_set_character_data_handler関数はXMLの文字データハンドラ設定を行います。
      
   </content>
</entry>
<entry>
   <title>xml_parser_set_option()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_parser_set_option.php" />
   <id>tag:php.hushlog.com,2008://1.444</id>
   
   <published>2008-06-18T05:49:31Z</published>
   <updated>2008-06-18T05:52:44Z</updated>
   
   <summary>xml_parser_set_option関数はXMLパーサのオプションを設定し...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_parser_set_option関数はXMLパーサのオプションを設定します。文字コードやXMLパーサの大文字変換を有効にするかを設定することができます。
      
   </content>
</entry>
<entry>
   <title>xml_parser_get_option()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_parser_get_option.php" />
   <id>tag:php.hushlog.com,2008://1.443</id>
   
   <published>2008-06-18T05:47:04Z</published>
   <updated>2008-06-18T05:49:20Z</updated>
   
   <summary>xml_parser_get_option関数はXMLパーサの設定を取得します。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_parser_get_option関数はXMLパーサの設定を取得します。
      
   </content>
</entry>
<entry>
   <title>xml_parser_free()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_parser_free.php" />
   <id>tag:php.hushlog.com,2008://1.442</id>
   
   <published>2008-06-18T05:44:02Z</published>
   <updated>2008-06-18T05:46:50Z</updated>
   
   <summary>xml_parser_free関数はXMLパーサを解放します。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_parser_free関数はXMLパーサを解放します。
      
   </content>
</entry>
<entry>
   <title>xml_parser_create()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_parser_create.php" />
   <id>tag:php.hushlog.com,2008://1.441</id>
   
   <published>2008-06-18T05:41:10Z</published>
   <updated>2008-06-18T05:43:47Z</updated>
   
   <summary>xml_parser_create関数はXMLパーサを生成します。文字コードの指...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_parser_create関数はXMLパーサを生成します。文字コードの指定可能で、日本語を扱う場合は「UTF-8」を指定します。
      
   </content>
</entry>
<entry>
   <title>xml_parse()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_parse.php" />
   <id>tag:php.hushlog.com,2008://1.440</id>
   
   <published>2008-06-18T05:38:35Z</published>
   <updated>2008-06-18T05:41:00Z</updated>
   
   <summary>xml_parse関数はXMLドキュメントの解析を始めます。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_parse関数はXMLドキュメントの解析を始めます。
      
   </content>
</entry>
<entry>
   <title>xml_get_error_code()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_get_error_code.php" />
   <id>tag:php.hushlog.com,2008://1.439</id>
   
   <published>2008-06-18T05:35:21Z</published>
   <updated>2008-06-18T05:38:13Z</updated>
   
   <summary>xml_get_error_code関数はXMLパーサのエラーコードを得ます。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_get_error_code関数はXMLパーサのエラーコードを得ます。
      
   </content>
</entry>
<entry>
   <title>xml_get_current_line_number()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_get_current_line_number.php" />
   <id>tag:php.hushlog.com,2008://1.438</id>
   
   <published>2008-06-18T05:32:15Z</published>
   <updated>2008-06-18T05:35:04Z</updated>
   
   <summary>xml_get_current_line_number関数はXMLパーサの現在の...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_get_current_line_number関数はXMLパーサの現在の行番号を得ます。
      
   </content>
</entry>
<entry>
   <title>xml_error_string()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/xml_error_string.php" />
   <id>tag:php.hushlog.com,2008://1.437</id>
   
   <published>2008-06-18T05:29:19Z</published>
   <updated>2008-06-18T05:32:11Z</updated>
   
   <summary>xml_error_string関数は、指定されたエラーコードに対応するXMLパ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="924X" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      xml_error_string関数は、指定されたエラーコードに対応するXMLパーサのエラー文字列を得ます。
      
   </content>
</entry>
<entry>
   <title>utf8_encode()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/utf8_encode.php" />
   <id>tag:php.hushlog.com,2008://1.436</id>
   
   <published>2008-06-18T05:23:16Z</published>
   <updated>2008-06-18T05:28:45Z</updated>
   
   <summary>utf8_encode関数は文字列をUTF-8へエンコードします。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="921U" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      utf8_encode関数は文字列をUTF-8へエンコードします。
      
   </content>
</entry>
<entry>
   <title>utf8_decode()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/utf8_decode.php" />
   <id>tag:php.hushlog.com,2008://1.435</id>
   
   <published>2008-06-18T05:19:48Z</published>
   <updated>2008-06-18T05:28:14Z</updated>
   
   <summary>utf8_decode関数はUTF-8エンコードされた文字列を変換するものとして...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="921U" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      utf8_decode関数はUTF-8エンコードされた文字列を変換するものとしてデコードします。
      
   </content>
</entry>
<entry>
   <title>simplexml_load_string()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/simplexml_load_string.php" />
   <id>tag:php.hushlog.com,2008://1.434</id>
   
   <published>2008-06-18T05:16:56Z</published>
   <updated>2008-06-18T05:27:33Z</updated>
   
   <summary>simplexml_load_string関数は指定されたXMLドキュメントを解...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="919S" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      simplexml_load_string関数は指定されたXMLドキュメントを解析してオブジェクトにセットします。
      
   </content>
</entry>
<entry>
   <title>simplexml_load_file()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/simplexml_load_file.php" />
   <id>tag:php.hushlog.com,2008://1.433</id>
   
   <published>2008-06-18T05:12:05Z</published>
   <updated>2008-06-18T05:26:25Z</updated>
   
   <summary>simplexml_load_file関数は、指定されたXML文字列を解析してオ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="230XML" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="919S" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      simplexml_load_file関数は、指定されたXML文字列を解析してオブジェクトにセットします。作成されたオブジェクトを使用して一覧表示したり、特定の要素にアクセスするなどXML文字列の操作が可能です。
      
   </content>
</entry>
<entry>
   <title>version_compare()</title>
   <link rel="alternate" type="text/html" href="http://php.hushlog.com/2008/06/version_compare.php" />
   <id>tag:php.hushlog.com,2008://1.432</id>
   
   <published>2008-06-18T05:04:25Z</published>
   <updated>2008-06-18T05:11:58Z</updated>
   
   <summary>version_compare関数は2つのPHP標準バージョン番号文字列を比較し...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="220PHPオプション" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="922V" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://php.hushlog.com/">
      version_compare関数は2つのPHP標準バージョン番号文字列を比較します。この関数は、いくつかのバージョンのPHPでのみ 動作するプログラムを書きたい場合に使われます。 
3番目のパラメータに比較演算子を指定した場合、式の条件を満たす場合はTRUE、満たさない場合はFALSEを返します。




      
   </content>
</entry>

</feed>
