gerzson Tue Jan 29 13:06:24 2002 EDT
Modified files:
/phpdoc/hu/language constants.xml control-structures.xml
expressions.xml functions.xml oop.xml
operators.xml references.xml types.xml
Log:
change maintainer cvs account in Revision commment
Index: phpdoc/hu/language/constants.xml
diff -u phpdoc/hu/language/constants.xml:1.12 phpdoc/hu/language/constants.xml:1.13
--- phpdoc/hu/language/constants.xml:1.12 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/constants.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.23 Maintainer: goba Status: ready -->
-<!-- CREDITS: kgergely,pgerzson -->
+<!-- CREDITS: kgergely,gerzson -->
<chapter id="language.constants">
<title>Konstansok</title>
Index: phpdoc/hu/language/control-structures.xml
diff -u phpdoc/hu/language/control-structures.xml:1.15
phpdoc/hu/language/control-structures.xml:1.16
--- phpdoc/hu/language/control-structures.xml:1.15 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/control-structures.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.48 Maintainer: goba Status: ready -->
-<!-- CREDITS: kgergely,pgerzson -->
+<!-- CREDITS: kgergely,gerzson -->
<chapter id="control-structures">
<title>Vez�rl�si szerkezetek</title>
Index: phpdoc/hu/language/expressions.xml
diff -u phpdoc/hu/language/expressions.xml:1.13 phpdoc/hu/language/expressions.xml:1.14
--- phpdoc/hu/language/expressions.xml:1.13 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/expressions.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.19 Maintainer: goba Status: ready -->
-<!-- CREDITS: kgergely,pgerzson -->
+<!-- CREDITS: kgergely,gerzson -->
<chapter id="language.expressions">
<title>Kifejez�sek</title>
Index: phpdoc/hu/language/functions.xml
diff -u phpdoc/hu/language/functions.xml:1.14 phpdoc/hu/language/functions.xml:1.15
--- phpdoc/hu/language/functions.xml:1.14 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/functions.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.20 Maintainer: goba Status: ready -->
-<!-- CREDITS: kgergely, pgerzson -->
+<!-- CREDITS: kgergely,gerzson -->
<chapter id="functions">
<title>F�ggv�nyek</title>
Index: phpdoc/hu/language/oop.xml
diff -u phpdoc/hu/language/oop.xml:1.10 phpdoc/hu/language/oop.xml:1.11
--- phpdoc/hu/language/oop.xml:1.10 Wed Jan 2 08:48:29 2002
+++ phpdoc/hu/language/oop.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.32 Maintainer: goba Status: ready -->
-<!-- CREDITS: pgerzson -->
+<!-- CREDITS: gerzson -->
<chapter id="language.oop">
<title>Oszt�lyok, objektumok</title>
Index: phpdoc/hu/language/operators.xml
diff -u phpdoc/hu/language/operators.xml:1.15 phpdoc/hu/language/operators.xml:1.16
--- phpdoc/hu/language/operators.xml:1.15 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/operators.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.31 Maintainer: goba Status: ready -->
-<!-- CREDITS: kgergely,pgerzson -->
+<!-- CREDITS: kgergely,gerzson -->
<chapter id="language.operators">
<title>Oper�torok</title>
Index: phpdoc/hu/language/references.xml
diff -u phpdoc/hu/language/references.xml:1.12 phpdoc/hu/language/references.xml:1.13
--- phpdoc/hu/language/references.xml:1.12 Sat Dec 29 18:57:12 2001
+++ phpdoc/hu/language/references.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- EN-Revision: 1.22 Maintainer: goba Status: ready -->
-<!-- CREDITS: pgerzson -->
+<!-- CREDITS: gerzson -->
<chapter id="language.references">
<title>Referenci�k</title>
Index: phpdoc/hu/language/types.xml
diff -u phpdoc/hu/language/types.xml:1.18 phpdoc/hu/language/types.xml:1.19
--- phpdoc/hu/language/types.xml:1.18 Sat Dec 29 02:20:08 2001
+++ phpdoc/hu/language/types.xml Tue Jan 29 13:06:24 2002
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.69 Maintainer: goba Status: ready -->
-<!-- CREDITS: pgerzson -->
+<!-- EN-Revision: 1.70 Maintainer: goba Status: ready -->
+<!-- CREDITS: gerzson -->
<chapter id="language.types">
<title>T�pusok</title>
@@ -166,12 +166,12 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-if ($akcio == "verzio_kiirasa") { // a == <link
linkend="language.operators">oper�tor</link> <type>boolean</type> �rt�kkel t�r vissza
+if ($akcio == "verzio_kiirasa") { // a == oper�tor boolean �rt�kkel t�r vissza
echo "Ez az 1.23-as v�ltozat";
}
// ez nem sz�ks�ges
-if ($elvalaszto_kiirasa == true) {
+if ($elvalaszto_kiirasa == TRUE) {
echo "<hr>\n";
}
@@ -796,11 +796,10 @@
<![CDATA[
$gyumolcsok = array( 'eper' => 'piros' , 'alma' => 'z�ld' );
echo "Az alma $gyumolcsok[alma]."; // ez m�sk�ppen haszn�land�
-karaktersorozatokon k�v�l. L�sd az <link
-linkend="language.types.array.foo-bar"><literal>$ize[valami]</literal> karakterl�ncon
k�v�li probl�m�j�t</link>
+karaktersorozatokon k�v�l. L�sd az $ize[valami] karakterl�ncon k�v�li probl�m�j�t
echo "A n�gyzet $negyzet->szelesseg m�ter sz�les.";
echo "A n�gyzet $negyzet->szelesseg00 centim�ter sz�les."; // nem m�k�dik
- // a megold�s �rdek�ben l�sd a <link
linkend="language.types.string.parsing.complex">komplex szintaxist</link>.
+ // a megold�s �rdek�ben l�sd a komplex szintaxis szakaszt!
]]>
</programlisting>
</informalexample>
@@ -836,9 +835,10 @@
echo "Ez {$oriasi}"; // m�k�dik, ki�rja, hogy: Ez fantasztikus
echo "Ez a n�gyzet {$negyzet->szelesseg}00 centim�ter sz�les.";
echo "M�k�dik: {$tomb[4][3]}";
-echo "Hib�s: {$tomb[ize][3]}"; // ennek ugyanaz az oka, ami miatt
- // a <link linkend="language.types.array.foo-bar">$ize[valami]</link
- > hib�s egy stringen k�v�l
+echo "Hib�s: {$tomb[ize][3]}";
+ // ennek ugyanaz az oka, mint ami miatt
+ // a $ize[valami] hib�s egy stringen k�v�l
+
echo "Ebben a form�ban m�r helyes: {$tomb['ize'][3]}";
echo "Ak�r ezt is �rhatod: {$obj->ertekek[3]->nev}";
echo "Ez a $nev nev� v�ltoz� �rt�ke: {${$nev}}";
@@ -1293,7 +1293,7 @@
);
// ez ugyanaz, mint array ( 0 => 7, 1 => 8, ...)
-$valtogatas = array( 10 // kulcsa 0
+$valtogatas = array( 10 // 0. index�/kulcs�
, 5 => 6
, 3 => 7
, 'a' => 4
@@ -1337,15 +1337,15 @@
<title>Kollekci�</title>
<programlisting role="php">
<![CDATA[
-<link linkend="control-structures.foreach">foreach</link> ( $szinek as $kulcs =>
$szin )
+foreach ( $szinek as $kulcs => $szin )
{
// nem m�k�dik (nem m�dos�tja a t�mb�t):
- //$szin = <link linkend="function.strtoupper">strtoupper</link>($szin);
+ //$szin = strtoupper($szin);
// m�k�dik (m�dos�tja a t�mb�t):
- $szinek[$kulcs] = <link linkend="function.strtoupper">strtoupper</link>($szin);
+ $szinek[$kulcs] = strtoupper($szin);
}
-<link linkend="function.print-r">print_r</link>($szinek);
+print_r($szinek);
/* kimenete:
Array
@@ -1367,7 +1367,7 @@
<programlisting role="php">
<![CDATA[
$elsonegyed = array(1 => 'Janu�r', 'Febru�r', 'M�rcius');
-<link linkend="function.print-r">print_r</link>($elsonegyed);
+print_r($elsonegyed);
/* kimenete:
Array
@@ -1386,11 +1386,11 @@
<programlisting role="php">
<![CDATA[
// egy t�mb fel�lt�se a <link linkend="ref.dir">k�nyvt�rban</link> tal�lhat�
filenevekkel
-$konyvtar = <link linkend="function.opendir">opendir</link>('.');
-while ($filenev = <link linkend="function.readdir">readdir</link>($konyvtar)) {
+$konyvtar = opendir('.');
+while ($filenev = readdir($konyvtar)) {
$filenevek[] = $filenev;
}
-<link linkend="function.closedir">closedir</link>($konyvtar);
+closedir($konyvtar);
]]>
</programlisting>
</example>
@@ -1402,8 +1402,10 @@
<example>
<title>T�mb�k rendez�se</title>
<programlisting role="php">
-<link linkend="function.sort">sort</link>($filenevek);
-<link linkend="function.print-r">print_r</link>($filenevek);
+<![CDATA[
+sort($filenevek);
+print_r($filenevek);
+]]>
</programlisting>
</example>
<para>