goba Fri Mar 29 14:25:28 2002 EDT
Modified files:
/phpdoc/hu/functions funchand.xml
Log:
Getting in sync.
Index: phpdoc/hu/functions/funchand.xml
diff -u phpdoc/hu/functions/funchand.xml:1.16 phpdoc/hu/functions/funchand.xml:1.17
--- phpdoc/hu/functions/funchand.xml:1.16 Fri Mar 1 08:47:55 2002
+++ phpdoc/hu/functions/funchand.xml Fri Mar 29 14:25:27 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- EN-Revision: 1.28 Maintainer: gerzson Status: ready -->
+<!-- EN-Revision: 1.29 Maintainer: gerzson Status: ready -->
<reference id="ref.funchand">
<title>F�ggv�nykezel� f�ggv�nyek</title>
@@ -423,8 +423,10 @@
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
</methodsynopsis>
<para>
- A defini�lt f�ggv�nyek list�j�ban megkeresi a
<parameter>function_name</parameter> nev�t,
- �s &true;-val t�r vissza, ha az adott nev� f�ggv�nyt megtal�lta, egy�bk�nt
&false;-szal.
+ A defini�lt f�ggv�nyek list�j�ban megkeresi a
+ <parameter>function_name</parameter> nev�t. A be�p�tett
+ �s felhaszn�l� �ltal defini�lt f�ggv�nyek list�j�ban
+ is keres. &return.success;
<informalexample>
<programlisting role="php">
<![CDATA[
@@ -436,11 +438,19 @@
]]>
</programlisting>
</informalexample>
- Vigy�zz, mert egy f�ggv�ny neve l�tezhet, m�g akkor is ha a f�ggv�ny maga nem
haszn�lhat�
- valamilyen konfigur�ci�s vagy ford�t�si be�llt�s k�vetkezt�ben.
+ Vigy�zz, mert egy f�ggv�ny neve l�tezhet, m�g akkor is ha a
+ f�ggv�ny maga nem haszn�lhat� valamilyen konfigur�ci�s vagy
+ ford�t�si be�llt�s k�vetkezt�ben. Ilyenek p�ld�ul a
+ <link linkend="ref.image">k�pkezel�</link> f�ggv�yek.
+ Szint�n fontos megjegyezni, hogy a
+ <function>function_exists</function> &false; �rt�ket fog adni
+ a nyelvi elemekre, mint p�ld�ul a
+ <function>include_once</function> vagy az
+ <function>echo</function>.
</para>
<para>
- L�sd m�g: <function>method_exists</function>!
+ L�sd m�g <function>method_exists</function> �s
+ <function>get_defined_functions</function>.
</para>
</refsect1>
</refentry>