cvs: phpdoc-sv /reference/array/functions sizeof.xml
[email protected] ("Per Gustafsson") Fri, 23 May 2003 19:31:57 -0000
| Newsgroups | php.doc.sv |
|---|---|
| Message-ID | <cvsjome1053718317@cvsserver> |
jome Fri May 23 15:31:57 2003 EDT
Modified files:
/phpdoc-sv/reference/array/functions sizeof.xml
Log:
sync with en
Index: phpdoc-sv/reference/array/functions/sizeof.xml
diff -u phpdoc-sv/reference/array/functions/sizeof.xml:1.1 phpdoc-sv/reference/array/functions/sizeof.xml:1.2
--- phpdoc-sv/reference/array/functions/sizeof.xml:1.1 Fri Aug 9 12:39:07 2002
+++ phpdoc-sv/reference/array/functions/sizeof.xml Fri May 23 15:31:57 2003
@@ -1,22 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.4 Maintainer: asmodean Status: ready -->
+<!-- EN-Revision: 1.5 Maintainer: Jome Status: ready -->
<refentry id="function.sizeof">
<refnamediv>
<refname>sizeof</refname>
- <refpurpose>Få antalet element i variabeln</refpurpose>
+ <refpurpose>Alias för <function>count</function></refpurpose>
</refnamediv>
<refsect1>
<title>Beskrivning</title>
- <methodsynopsis>
- <type>int</type><methodname>sizeof</methodname>
- <methodparam><type>mixed</type><parameter>var</parameter></methodparam>
- </methodsynopsis>
<para>
- Funktionen <function>sizeof</function> är ett
- <link linkend="aliases">alias</link> för <function>count</function>.
- </para>
- <para>
- Se även <function>count</function>.
+ Den här funktionen är ett alias för <function>count</function>.
</para>
</refsect1>
</refentry>