cvs: phpdoc-hu /reference/simplexml/functions simplexml-element-attributes.xml
[email protected] ("Lajos Cseppent?")
| Newsgroups | php.doc.hu |
|---|---|
| Message-ID | <cvschappy1170151781@cvsserver> |
chappy Tue Jan 30 10:09:41 2007 UTC
Modified files:
/phpdoc-hu/reference/simplexml/functions
simplexml-element-attributes.xml
Log:
sync
http://cvs.php.net/viewvc.cgi/phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml
diff -u phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml:1.2 phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml:1.3
--- phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml:1.2 Sat Jun 10 11:07:39 2006
+++ phpdoc-hu/reference/simplexml/functions/simplexml-element-attributes.xml Tue Jan 30 10:09:41 2007
@@ -1,26 +1,63 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.7 Maintainer: chappy Status: ready -->
- <refentry id='function.simplexml-element-attributes'>
- <refnamediv>
- <refname>SimpleXMLElement->attributes</refname>
- <refpurpose>
- Egy elem attribútumait azonosítja.
- </refpurpose>
- </refnamediv>
- <refsect1>
- <title>Leírás</title>
- <methodsynopsis>
- <type>SimpleXMLElement</type><methodname>simplexml_element->attributes</methodname>
- <methodparam choice="opt"><type>string</type><parameter>data</parameter></methodparam>
- </methodsynopsis>
- <para>
- Ez a függvény megadja az attribútumokat és értékeket, melyek definálva vannak az XML tagben.
- </para>
- &simplexml.iteration;
- <para>
- <example>
- <title>XML string értelmezése</title>
- <programlisting role="php">
+<!-- EN-Revision: 1.9 Maintainer: chappy Status: ready -->
+<refentry id='function.simplexml-element-attributes'>
+ <refnamediv>
+ <refname>SimpleXMLElement->attributes</refname>
+ <refpurpose>Egy elem attribútumait azonosítja.</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <classsynopsis>
+ <ooclass><classname>SimpleXMLElement</classname></ooclass>
+ <methodsynopsis>
+ <type>SimpleXMLElement</type><methodname>attributes</methodname>
+ <methodparam choice="opt"><type>string</type><parameter>ns</parameter></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>is_prefix</parameter></methodparam>
+ </methodsynopsis>
+ </classsynopsis>
+ <para>
+ Ez a függvény megadja az attribútumokat és értékeket, melyek definiálva vannak az XML tagben.
+ </para>
+ &simplexml.iteration;
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term><parameter>ns</parameter></term>
+ <listitem>
+ <para>
+ Egy opcinális névtér a kinyert attribútumoknak
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>is_prefix</parameter></term>
+ <listitem>
+ <para>
+ Alapértelmezettként &false;
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+ &reftitle.examples;
+ <para>
+ <example>
+ <title>XML string értelmezése</title>
+ <programlisting role="php">
<![CDATA[
<?php
$string = <<<XML
@@ -35,20 +72,19 @@
}
?>
]]>
- </programlisting>
- <para>
- A fenti kód kimenete:
- </para>
- <screen>
+ </programlisting>
+ &example.outputs;
+ <screen>
<![CDATA[
name="one"
game="lonely"
]]>
- </screen>
- </example>
- </para>
- </refsect1>
- </refentry>
+ </screen>
+ </example>
+ </para>
+ </refsect1>
+
+</refentry>
<!-- Keep this comment at the end of the file
Local variables: