tal Thu Mar 21 13:51:12 2002 EDT
Modified files:
/phpdoc/he/language types.xml
Log:
Almost finished first section. How the hell am i supposed to translate
'Types Juggling'?!
Index: phpdoc/he/language/types.xml
diff -u phpdoc/he/language/types.xml:1.1 phpdoc/he/language/types.xml:1.2
--- phpdoc/he/language/types.xml:1.1 Thu Mar 21 07:07:49 2002
+++ phpdoc/he/language/types.xml Thu Mar 21 13:51:12 2002
@@ -80,9 +80,9 @@
<note>
<simpara>
- In this manual you'll often find <literal>mixed</literal> parameters.
- This pseudo-type
- indicates multiple possiblities for that parameter.
+ ������ �� ���� ������ ������ ������� ��� ������� �-<literal>mixed</literal>,
+ <literal>mixed</literal> ��� �� ��� �����, ��� ���� ������� ������� ������ ����
+ ����� �����.
</simpara>
<!--
@@ -99,31 +99,30 @@
<simpara>
- The type of a variable is usually not set by the programmer;
- rather, it is decided at runtime by PHP depending on the context in
- which that variable is used.
+ ���� ��� ��� ������ ���� ���� �� ��� ������, ��� ���� �� ���
+ PHP ���� ����� �����, �� �� ������ ������.
</simpara>
<note>
<simpara>
- If you want to check out the type and value of a certain <link
- linkend="language.expressions">expression</link>, use
- <function>var_dump</function>.
+ �� ��� ����� �� ��� ���� ������ �<link linkend="language.expressions">�����</link>
+ �� ������ �������� <function>var_dump</function>.
</simpara>
<simpara>
- If you simply want a human-readable representation of the type for
- debugging, use <function>gettype</function>. To check for a certain type,
- do <emphasis>not</emphasis> use <function>gettype</function>, but use the
- <literal>is_<replaceable>type</replaceable></literal> functions.
+ �� ��� ���� �� ��� ������ ������ ����, ������ ����� �����,
+ �� ������ �������� <function>gettype</function>. ��� ����� �� ����� ���
+ ���� ������, <emphasis>���</emphasis> ������ �������� <function>gettype</function>
+ ��� ��������� <literal>is_<replaceable>type</replaceable></literal>.
</simpara>
<!-- TODO: example(s) would be great -->
</note>
<simpara>
- If you would like to force a variable to be converted to a certain
- type, you may either <link
- linkend="language.types.typecasting">cast</link> the variable or
- use the <function>settype</function> function on it.
+ ����� ����� ��� �� �����, ���� ������ �<link
+linkend="language.types.typecasting">���� (cast)</link>
+ �� ������ ��������� <function>settype</function>.
</simpara>
<simpara>
+ ������ ������ ������ ����� ����, ������ ��������,
+ �� �� ���� ��� ������ ���� ����� ����. ����� ����,
+ ��� ���� ��
Note that a variable may behave in different manners in certain
situations, depending on what type it is at the time. For more
information, see the section on <link