1
0
mirror of https://github.com/php/doc-ro.git synced 2026-03-23 23:12:26 +01:00

Updated the translation.

git-svn-id: https://svn.php.net/repository/phpdoc/ro/trunk@348194 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simion Onea
2019-10-21 14:34:34 +00:00
parent 0bbeefd668
commit 5e11fc4316
414 changed files with 484 additions and 412 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: e121a3a894a377685208abd6f0fd2731e432dc87 Maintainer: simionea Status: ready -->
<!-- EN-Revision: 904f11cd5ca4d358f5e9bf5985980929fd7caa0f Maintainer: simionea Status: ready -->
<appendix xml:id="about" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Despre manual</title>
@@ -151,7 +151,7 @@ strlen
strlen -- Obține lungimea șirului de caractere
Descrierea
int strlen ( string $string )
strlen ( string $string ) : int
Întoarce lungimea șirului dat de caractere.
]]>
@@ -184,16 +184,6 @@ int strlen ( string $string )
strlen() este prezentă în toate versiunile PHP 4 și PHP 5
</entry>
</row>
<row>
<entry>
int
</entry>
<entry>
Tipul valorii, pe care această funcție o întoarce, care este
<type>integer</type> (adică lungimea șirului de caractere măsurată în
numere).
</entry>
</row>
<row>
<entry>
( string $string )
@@ -204,6 +194,16 @@ int strlen ( string $string )
<type>string</type>.
</entry>
</row>
<row>
<entry>
int
</entry>
<entry>
Tipul valorii, pe care această funcție o întoarce, care este
<type>integer</type> (adică lungimea șirului de caractere măsurată în
numere).
</entry>
</row>
</tbody>
</tgroup>
</table>
@@ -214,7 +214,7 @@ int strlen ( string $string )
<para>
<screen>
<![CDATA[
tipul întors numele funcției ( tipul parametrului numele parametrului )
numele funcției ( tipul parametrului numele parametrului ) : tipul întors
]]>
</screen>
</para>
@@ -225,7 +225,7 @@ int strlen ( string $string )
<para>
<screen>
<![CDATA[
bool in_array ( mixed $needle, array $haystack [, bool $strict = FALSE])
in_array ( mixed $needle, array $haystack [, bool $strict = FALSE]) : bool
]]>
</screen>
</para>
@@ -260,8 +260,8 @@ int strlen ( string $string )
<para>
<screen>
<![CDATA[
int preg_match ( string $pattern , string $subject [, array &$matches
[, int $flags = 0 [, int $offset = 0 ]]] )
preg_match ( string $pattern , string $subject [, array &$matches
[, int $flags = 0 [, int $offset = 0 ]]] ) : int
]]>
</screen>
</para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: b563747cb372454545dc2e9337db8faef4822f34 Maintainer: simionea Status: ready -->
<appendix xml:id="aliases" xmlns="http://docbook.org/ns/docbook">
<title>Lista pseudonimelor funcțiilor</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 0ade9d91c1e45a8afef45c9ee514fccdc1900ca1 Maintainer: simionea Status: ready -->
<appendix xml:id="types.comparisons" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Tabelele de comparații ale tipurilor PHP</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 2bb07c8c43f028c665a33bfc08a22639e9e35dc6 Maintainer: simionea Status: ready -->
<appendix xml:id="configure" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Opțiunile de configurare</title>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: cdc099004f804d2a49aeaabcd2e8294a9476d7e3 Maintainer: simionea Status: ready -->
<sect3 xml:id="configure.options.misc" xmlns="http://docbook.org/ns/docbook">
<title>Opțiuni diverse</title>
<variablelist>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 1b396e517f5fada0fc4ef02a7b7f66c673623430 Maintainer: simionea Status: ready -->
<sect3 xml:id="configure.options.php" xmlns="http://docbook.org/ns/docbook">
<title>Opțiunile PHP</title>
<variablelist>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 21e01236e01d2e4fdad5e243e237f47060a3e21e Maintainer: simionea Status: ready -->
<sect3 xml:id="configure.options.servers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Opțiunile SAPI</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 56591e6754bc29c9cc36b5c901a47699f7bb421b Maintainer: simionea Status: ready -->
<appendix xml:id="debugger" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Depistarea erorilor (debugging) în PHP</title>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 6dc1664c0bfef5ea18cf3c05edfffc64a2172a73 Maintainer: simionea Status: ready -->
<appendix xml:id="filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Lista filtrelor disponibile</title>
<para>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 3df65c988d3f900361308a0e493af56171103e58 Maintainer: simionea Status: ready -->
<!-- EN-Revision: 13076e3094f8f42eded79c2a841d344f7a17e728 Maintainer: simionea Status: ready -->
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Descrierea directivelor de bază ale &php.ini;</title>
@@ -54,9 +54,12 @@
</row>
<row>
<entry><link linkend="ini.serialize-precision">serialize_precision</link></entry>
<entry>"17"</entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Până la PHP 5.3.5, valoarea implictă a fost 100.</entry>
<entry>
Până la PHP 5.3.6 valoarea implictă a fost 100.
Până la PHP 7.1.0 valoarea implictă a fost 17.
</entry>
</row>
<row>
<entry><link linkend="ini.y2k-compliance">y2k_compliance</link></entry>
@@ -642,6 +645,12 @@
</tbody>
</tgroup>
</table>
<note>
<para>
Utilizarea <link linkend="ini.open-basedir">open_basedir</link> va
<emphasis>opri</emphasis> buferizarea realpath.
</para>
</note>
</para>
&ini.descriptions.title;
<para>
@@ -1596,9 +1605,17 @@ include_path = ".:${USER}/pear/php"
separator, indiferent de sistemul de operare.
</para>
</note>
<note>
<para>
Utilizarea open_basedir va stabili
<link linkend="ini.realpath-cache-size">realpath_cache_size</link>
la <literal>0</literal> și deci va <emphasis>deconecta</emphasis>
buferizarea realpath.
</para>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.doc-root">
<term>
<parameter>doc_root</parameter>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 91376f31d472fad0c6af42f1beda5c33ed62f39b Maintainer: simionea Status: ready -->
<appendix xml:id="migration5" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrarea de la PHP 4 la PHP 5.0.x</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: c8e0df5f35214f64fadb31a5149c2bd2cfdc4aa3 Maintainer: simionea Status: ready -->
<appendix xml:id="migration51" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrarea de la PHP 5.0.x la PHP 5.1.x</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: c8e0df5f35214f64fadb31a5149c2bd2cfdc4aa3 Maintainer: simionea Status: ready -->
<appendix xml:id="migration52" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Migrarea de la PHP 5.1.x la PHP 5.2.x</title>
<para>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 98811e1fcb908d594d0cd03477be1e4b4d0f8ea4 Maintainer: simionea Status: ready -->
<sect1 xml:id="migration70.incompatible">

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 2f491ab5e13f4d1286d15785e2e3e0b4fb23b3b4 Maintainer: simionea Status: ready -->
<!-- EN-Revision: a24b818c682c4599e811210e4a5a535b604537ca Maintainer: simionea Status: ready -->
<sect2 xml:id="reserved.constants.core" xmlns="http://docbook.org/ns/docbook">
<title>Constantele predefinite de bază</title>
<simpara>

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 140bbbaa8091e71a26428db9e810156392dd383d Maintainer: simionea Status: ready -->
<!-- EN-Revision: c1c4532b5fc514d65de93df677dd7b4bd0d013c1 Maintainer: simionea Status: ready -->
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
<title>Lisa tipurilor de resurse</title>
<para>
@@ -27,21 +28,6 @@
</row>
</thead>
<tbody>
<row>
<entry>aspell</entry>
<entry>
<function>aspell_new</function>
</entry>
<entry>
<function>aspell_check</function>,
<function>aspell_check_raw</function>,
<function>aspell_suggest</function>
</entry>
<entry>
Nu este
</entry>
<entry>Dicționar Aspell</entry>
</row>
<row>
<entry>bzip2</entry>
<entry>
@@ -60,108 +46,6 @@
</entry>
<entry>Fișier Bzip2</entry>
</row>
<row>
<entry>COM</entry>
<entry>
<function>com_load</function>
</entry>
<entry>
<function>com_invoke</function>,
<function>com_propget</function>,
<function>com_get</function>,
<function>com_propput</function>,
<function>com_set</function>,
<function>com_propput</function>
</entry>
<entry>
Nu este
</entry>
<entry>Referință la un obiect COM</entry>
</row>
<row>
<entry>VARIANT</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>cpdf</entry>
<entry>
<function>cpdf_open</function>
</entry>
<entry>
<function>cpdf_page_init</function>,
<function>cpdf_finalize_page</function>,
<function>cpdf_finalize</function>,
<function>cpdf_output_buffer</function>,
<function>cpdf_save_to_file</function>,
<function>cpdf_set_current_page</function>,
<function>cpdf_begin_text</function>,
<function>cpdf_end_text</function>,
<function>cpdf_show</function>,
<function>cpdf_show_xy</function>,
<function>cpdf_text</function>,
<function>cpdf_set_font</function>,
<function>cpdf_set_leading</function>,
<function>cpdf_set_text_rendering</function>,
<function>cpdf_set_horiz_scaling</function>,
<function>cpdf_set_text_rise</function>,
<function>cpdf_set_text_matrix</function>,
<function>cpdf_set_text_pos</function>,
<function>cpdf_set_text_pos</function>,
<function>cpdf_set_word_spacing</function>,
<function>cpdf_continue_text</function>,
<function>cpdf_stringwidth</function>,
<function>cpdf_save</function>,
<function>cpdf_translate</function>,
<function>cpdf_restore</function>,
<function>cpdf_scale</function>,
<function>cpdf_rotate</function>,
<function>cpdf_setflat</function>,
<function>cpdf_setlinejoin</function>,
<function>cpdf_setlinecap</function>,
<function>cpdf_setmiterlimit</function>,
<function>cpdf_setlinewidth</function>,
<function>cpdf_setdash</function>,
<function>cpdf_moveto</function>,
<function>cpdf_rmoveto</function>,
<function>cpdf_curveto</function>,
<function>cpdf_lineto</function>,
<function>cpdf_rlineto</function>,
<function>cpdf_circle</function>,
<function>cpdf_arc</function>,
<function>cpdf_rect</function>,
<function>cpdf_closepath</function>,
<function>cpdf_stroke</function>,
<function>cpdf_closepath_fill_stroke</function>,
<function>cpdf_fill_stroke</function>,
<function>cpdf_clip</function>,
<function>cpdf_fill</function>,
<function>cpdf_setgray_fill</function>,
<function>cpdf_setgray_stroke</function>,
<function>cpdf_setgray</function>,
<function>cpdf_setrgbcolor_fill</function>,
<function>cpdf_setrgbcolor_stroke</function>,
<function>cpdf_setrgbcolor</function>,
<function>cpdf_add_outline</function>,
<function>cpdf_set_page_animation</function>,
<function>cpdf_import_jpeg</function>,
<function>cpdf_place_inline_image</function>,
<function>cpdf_add_annotation</function>
</entry>
<entry>
<function>cpdf_close</function>
</entry>
<entry>Document PDF cu biblioteca CPDF</entry>
</row>
<row>
<entry>cpdf outline</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>conexiune cubrid</entry>
<entry>
@@ -371,25 +255,6 @@
</entry>
<entry>Sesiune Curl</entry>
</row>
<row>
<entry>dbm</entry>
<entry>
<function>dbmopen</function>
</entry>
<entry>
<function>dbmexists</function>,
<function>dbmfetch</function>,
<function>dbminsert</function>,
<function>dbmreplace</function>,
<function>dbmdelete</function>,
<function>dbmfirstkey</function>,
<function>dbmnextkey</function>
</entry>
<entry>
<function>dbmclose</function>
</entry>
<entry>Legătură către o bază de date DBM</entry>
</row>
<row>
<entry>dba</entry>
<entry>
@@ -841,163 +706,6 @@
</entry>
<entry>Număr GMP</entry>
</row>
<row>
<entry>hyperwave document</entry>
<entry>
<function>hw_cp</function>,
<function>hw_docbyanchor</function>,
<function>hw_getremote</function>,
<function>hw_getremotechildren</function>
</entry>
<entry>
<function>hw_children</function>,
<function>hw_childrenobj</function>,
<function>hw_getparents</function>,
<function>hw_getparentsobj</function>,
<function>hw_getchildcoll</function>,
<function>hw_getchildcollobj</function>,
<function>hw_getremote</function>,
<function>hw_getsrcbydestobj</function>,
<function>hw_getandlock</function>,
<function>hw_gettext</function>,
<function>hw_getobjectbyquerycoll</function>,
<function>hw_getobjectbyquerycollobj</function>,
<function>hw_getchilddoccoll</function>,
<function>hw_getchilddoccollobj</function>,
<function>hw_getanchors</function>,
<function>hw_getanchorsobj</function>,
<function>hw_inscoll</function>,
<function>hw_pipedocument</function>,
<function>hw_unlock</function>
</entry>
<entry>
<function>hw_deleteobject</function>
</entry>
<entry>Obiect Hyperwave</entry>
</row>
<row>
<entry>hyperwave link</entry>
<entry>
<function>hw_connect</function>
</entry>
<entry>
<function>hw_children</function>,
<function>hw_childrenobj</function>,
<function>hw_cp</function>,
<function>hw_deleteobject</function>,
<function>hw_docbyanchor</function>,
<function>hw_docbyanchorobj</function>,
<function>hw_errormsg</function>,
<function>hw_edittext</function>,
<function>hw_error</function>,
<function>hw_getparents</function>,
<function>hw_getparentsobj</function>,
<function>hw_getchildcoll</function>,
<function>hw_getchildcollobj</function>,
<function>hw_getremote</function>,
<function>hw_getremotechildren</function>,
<function>hw_getsrcbydestobj</function>,
<function>hw_getobject</function>,
<function>hw_getandlock</function>,
<function>hw_gettext</function>,
<function>hw_getobjectbyquery</function>,
<function>hw_getobjectbyqueryobj</function>,
<function>hw_getobjectbyquerycoll</function>,
<function>hw_getobjectbyquerycollobj</function>,
<function>hw_getchilddoccoll</function>,
<function>hw_getchilddoccollobj</function>,
<function>hw_getanchors</function>,
<function>hw_getanchorsobj</function>,
<function>hw_mv</function>,
<function>hw_incollections</function>,
<function>hw_info</function>,
<function>hw_inscoll</function>,
<function>hw_insdoc</function>,
<function>hw_insertdocument</function>,
<function>hw_insertobject</function>,
<function>hw_mapid</function>,
<function>hw_modifyobject</function>,
<function>hw_pipedocument</function>,
<function>hw_unlock</function>,
<function>hw_who</function>,
<function>hw_getusername</function>
</entry>
<entry>
<function>hw_close</function>,
<function>hw_free_document</function>
</entry>
<entry>Legătură către un server Hyperwave</entry>
</row>
<row>
<entry>hyperwave link persistent</entry>
<entry>
<function>hw_pconnect</function>
</entry>
<entry>
<function>hw_children</function>,
<function>hw_childrenobj</function>,
<function>hw_cp</function>,
<function>hw_deleteobject</function>,
<function>hw_docbyanchor</function>,
<function>hw_docbyanchorobj</function>,
<function>hw_errormsg</function>,
<function>hw_edittext</function>,
<function>hw_error</function>,
<function>hw_getparents</function>,
<function>hw_getparentsobj</function>,
<function>hw_getchildcoll</function>,
<function>hw_getchildcollobj</function>,
<function>hw_getremote</function>,
<function>hw_getremotechildren</function>,
<function>hw_getsrcbydestobj</function>,
<function>hw_getobject</function>,
<function>hw_getandlock</function>,
<function>hw_gettext</function>,
<function>hw_getobjectbyquery</function>,
<function>hw_getobjectbyqueryobj</function>,
<function>hw_getobjectbyquerycoll</function>,
<function>hw_getobjectbyquerycollobj</function>,
<function>hw_getchilddoccoll</function>,
<function>hw_getchilddoccollobj</function>,
<function>hw_getanchors</function>,
<function>hw_getanchorsobj</function>,
<function>hw_mv</function>,
<function>hw_incollections</function>,
<function>hw_info</function>,
<function>hw_inscoll</function>,
<function>hw_insdoc</function>,
<function>hw_insertdocument</function>,
<function>hw_insertobject</function>,
<function>hw_mapid</function>,
<function>hw_modifyobject</function>,
<function>hw_pipedocument</function>,
<function>hw_unlock</function>,
<function>hw_who</function>,
<function>hw_getusername</function>
</entry>
<entry>
Nu este
</entry>
<entry>Legătură persistentă către un server Hyperwave</entry>
</row>
<row>
<entry>icap</entry>
<entry>
<function>icap_open</function>
</entry>
<entry>
<function>icap_fetch_event</function>,
<function>icap_list_events</function>,
<function>icap_store_event</function>,
<function>icap_snooze</function>,
<function>icap_list_alarms</function>,
<function>icap_delete_event</function>
</entry>
<entry>
<function>icap_close</function>
</entry>
<entry>Legătură către un server icap</entry>
</row>
<row>
<entry>imap</entry>
<entry>
@@ -1047,20 +755,6 @@
</entry>
<entry>Legătură către un server IMAP, POP3</entry>
</row>
<row>
<entry>imap chain persistent</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>imap persistent</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>ingres</entry>
<entry>
@@ -1194,13 +888,6 @@
</entry>
<entry>Tranzacție Interbase</entry>
</row>
<row>
<entry>java</entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>ldap link</entry>
<entry>
@@ -1267,47 +954,6 @@
<entry> </entry>
<entry> </entry>
</row>
<row>
<entry>mcal</entry>
<entry>
<function>mcal_open</function>,
<function>mcal_popen</function>
</entry>
<entry>
<function>mcal_create_calendar</function>,
<function>mcal_rename_calendar</function>,
<function>mcal_rename_calendar</function>,
<function>mcal_delete_calendar</function>,
<function>mcal_fetch_event</function>,
<function>mcal_list_events</function>,
<function>mcal_append_event</function>,
<function>mcal_store_event</function>,
<function>mcal_delete_event</function>,
<function>mcal_list_alarms</function>,
<function>mcal_event_init</function>,
<function>mcal_event_set_category</function>,
<function>mcal_event_set_title</function>,
<function>mcal_event_set_description</function>,
<function>mcal_event_set_start</function>,
<function>mcal_event_set_end</function>,
<function>mcal_event_set_alarm</function>,
<function>mcal_event_set_class</function>,
<function>mcal_next_recurrence</function>,
<function>mcal_event_set_recur_none</function>,
<function>mcal_event_set_recur_daily</function>,
<function>mcal_event_set_recur_weekly</function>,
<function>mcal_event_set_recur_monthly_mday</function>,
<function>mcal_event_set_recur_monthly_wday</function>,
<function>mcal_event_set_recur_yearly</function>,
<function>mcal_fetch_current_stream_event</function>,
<function>mcal_event_add_attribute</function>,
<function>mcal_expunge</function>
</entry>
<entry>
<function>mcal_close</function>
</entry>
<entry>Legătură către un server de calendar</entry>
</row>
<row>
<entry>SWFAction</entry>
<entry> </entry>
@@ -2237,26 +1883,6 @@
</entry>
<entry>Configurație pspell</entry>
</row>
<row>
<entry>Sablotron XSLT</entry>
<entry>
<function>xslt_create</function>
</entry>
<entry>
<function>xslt_closelog</function>,
<function>xslt_openlog</function>,
<function>xslt_run</function>,
<function>xslt_set_sax_handler</function>,
<function>xslt_errno</function>,
<function>xslt_error</function>,
<function>xslt_fetch_result</function>,
<function>xslt_free</function>
</entry>
<entry>
<function>xslt_free</function>
</entry>
<entry>Interpretor XSLT</entry>
</row>
<row>
<entry>shmop</entry>
<entry>
@@ -2271,7 +1897,7 @@
<entry>
<function>shmop_close</function>
</entry>
<entry></entry>
<entry>Descriptor al blocului de memorie partajată (începând cu PHP 7.0.0)</entry>
</row>
<row>
<entry>sockets file descriptor set</entry>
@@ -2582,7 +2208,33 @@
</entry>
<entry>Fișier comprimat gz</entry>
</row>
</tbody>
<row>
<entry>zlib.deflate</entry>
<entry>
<function>deflate_init</function>
</entry>
<entry>
<function>deflate_add</function>
</entry>
<entry>
<function>Nu este</function>
</entry>
<entry>incremental deflate context</entry>
</row>
<row>
<entry>zlib.inflate</entry>
<entry>
<function>inflate_init</function>
</entry>
<entry>
<function>inflate_add</function>
</entry>
<entry>
<function>Nu este</function>
</entry>
<entry>incremental inflate context</entry>
</row>
</tbody>
</tgroup>
</table>
</para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: eda3b067eb85fcd307682aa8966d3c017cc29be2 Maintainer: simionea Status: ready -->
<appendix xml:id="transports" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Lista transporturilor prin socket-e susținute</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 0ad6aa08fb58311737ae61515d12651d7f14626e Maintainer: simionea Status: ready -->
<appendix xml:id="userlandnaming" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Ghidul de stabilire a denumirilor de către utilizatori</title>
<para>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: f0b0e5bb633b40536bda7141b85674441a62aa95 Maintainer: simionea Status: ready -->
<!-- CREDITS: spooky -->
<chapter xml:id="introduction" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<info><title>Introducere</title></info>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 6351088d7a6c859ce4bb96b54230b9c195c75c04 Maintainer: simionea Status: ready -->
<!-- Reviewed: yes -->
<chapter xml:id="faq.general" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Informații generale</title>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<chapter xml:id="features.sessions" xmlns="http://docbook.org/ns/docbook">
<title>Sesiuni</title>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 6b25eaaf7d07c2fd3c0d19274fbb8be1c231762e Maintainer: simionea Status: ready -->
<!-- CREDITS: spooky -->
<chapter xml:id="install.general" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Aspecte generale privind instalarea</title>
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 9cc4767b2ddf65c4ed592c9deb818cbb2c9def7b Maintainer: simionea Status: ready -->
<sect1 xml:id="install.macosx.compile" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Compilarea PHP pe macOS</title>
<simpara>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 9cc4767b2ddf65c4ed592c9deb818cbb2c9def7b Maintainer: simionea Status: ready -->
<chapter xml:id="install.macosx" xmlns="http://docbook.org/ns/docbook">
<title>Instalarea pe macOS</title>
<para>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: b34890c3c5a66c24a2733a94e0b47c73d3bd8f0f Maintainer: simionea Status: ready -->
<sect1 xml:id="install.windows.tools" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 2fd5de559f683e55b33367e74c5b7a4d7072ceb7 Maintainer: simionea Status: ready -->
<!-- $Author$ -->
<!-- EN-Revision: 298f39a1cf7377bb5c383936d664403212fd9cab Maintainer: simionea Status: ready -->
<chapter xml:id="language.basic-syntax" xmlns="http://docbook.org/ns/docbook">
<title>Sintaxa de bază</title>
@@ -14,6 +15,10 @@
pentru că orice este în afara perechii de tag-uri de deschidere și închidere este
ignorat de către parsatorul PHP.
</para>
<para>
PHP include un tag scurt echo <literal>&lt;?=</literal>, care este o versiune
prescurtată pentru <code>&lt;?php echo</code>.
</para>
<para>
De asemenea, PHP permite tag scurt de deschidere <literal>&lt;?</literal>
(nu se încurajează folosirea lui deoarece este valabil numai activând directiva

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: af6fdf16ab44bcf4d045407963e43c3d9dd2ff29 Maintainer: radical Status: ready -->
<!-- Credits: simionea -->
<chapter xml:id="language.oop5" xmlns="http://docbook.org/ns/docbook">
<title>Clase și Obiecte</title>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 9b5b5b7285b7c0da554909d9a6869ea33841a93c Maintainer: radical Status: ready -->
<sect1 xml:id="language.oop5.abstract" xmlns="http://docbook.org/ns/docbook">
<title>Clase Abstracte</title>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 71b5a8fe9132b287da51b55290bce09d51512077 Maintainer: radical Status: ready -->
<!-- CREDITS: simionea -->
<sect1 xml:id="language.oop5.autoload" xmlns="http://docbook.org/ns/docbook">
<title>Autoîncărcarea claselor</title>
<para>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 1ae887f71cee9a2b171e8344cef33af689cfcde0 Maintainer: simionea Status: ready -->
<!-- Reviewed: no -->
<sect1 xml:id="language.oop5.final" xmlns="http://docbook.org/ns/docbook">
<title>Cuvântul cheie Final</title>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 5729dfe1f1518accd0cfa403112e2c4b7b872b00 Maintainer: simionea Status: ready -->
<sect1 xml:id="language.oop5.typehinting" xmlns="http://docbook.org/ns/docbook">

View File

@@ -4,6 +4,7 @@
<!-- EN-Revision: 84b8fca68fc762fefe85acde180a38b2e77a28b9 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
<refentry xml:id="function.apache-child-terminate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apache_child_terminate</refname>

View File

@@ -4,6 +4,7 @@
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry xml:id="function.apache-lookup-uri" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apache_lookup_uri</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 6230e6c0d5984e5f5748612b5be2343797b4fb03 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.apache-note" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apache_note</refname>

View File

@@ -4,6 +4,7 @@
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.7 -->
<refentry xml:id="function.apache-setenv" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apache_setenv</refname>

View File

@@ -4,6 +4,7 @@
<!-- EN-Revision: 99f97fe9cef39cb1432c7c71d0b3b5325dc31947 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
<refentry xml:id="function.getallheaders" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>getallheaders</refname>

View File

@@ -4,6 +4,7 @@
<!-- EN-Revision: faf9214032e40c894089c363da03d5bc4113f217 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<!-- splitted from ./en/functions/apache.xml, last change in rev 1.20 -->
<refentry xml:id="function.virtual" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>virtual</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 508e255fff6c604c31d5617fe9ddf6d776a3b43d Maintainer: simionea Status: ready -->
<section xml:id="apache.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
<para>

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: e9366ee458b2900c53a503b1ad97664e1d9a8859 Maintainer: simionea Status: ready -->
<reference xml:id="ref.apcu" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 3ce14fde5cd5f15171a7ed2b64fdc7bd652c3842 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-change-key-case" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_change_key_case</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-chunk" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_chunk</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 3ce14fde5cd5f15171a7ed2b64fdc7bd652c3842 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-count-values" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_count_values</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 52ae7dd55e62b1e7b6920499ed7448892e09bb48 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-diff" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_diff</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: b455daa1c77ecf415cb55be7a594b5ba4603db00 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-fill" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_fill</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 821b199e5c6f7dad1366b811c079df33db863c34 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array-filter" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array_filter</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.array" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>array</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 0bb9c60f64c0c9cfba7218e917fd4375790f59b4 Maintainer: simionea Status: ready -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry xml:id="function.key-exists" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>key_exists</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry xml:id="function.pos" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pos</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry xml:id="function.sizeof" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>sizeof</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="bbcode.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="bcompiler.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="bzip2.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="classkit.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>

View File

@@ -3,7 +3,6 @@
<!-- $Author$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: andrei -->
<!-- Reviewed: yes -->
<refentry xml:id="function.class-exists" xmlns="http://docbook.org/ns/docbook">
<refnamediv>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="cyrus.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.checkdate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>checkdate</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-add" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_add</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 03ab3321ba6104386f2b470abd56e1e1f33c39bd Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-create" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_create</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-date-set" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_date_set</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-format" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_format</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-isodate-set" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_isodate_set</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-modify" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_modify</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-offset-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_offset_get</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-sub" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_sub</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-time-set" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_time_set</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-timezone-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_timezone_get</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.date-timezone-set" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>date_timezone_set</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 2e4914ba37887a1d59f0d66f46ee9231613dd517 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.date" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>date</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: e84c1f221cc8ad527ec2e37e9dd50e0d85499668 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.getdate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>getdate</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.gettimeofday" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>gettimeofday</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 2e4914ba37887a1d59f0d66f46ee9231613dd517 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.gmdate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>gmdate</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: bce4e5f7d7979c5b672e9375a17860b0ced5eef3 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.gmmktime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>gmmktime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.gmstrftime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>gmstrftime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.localtime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>localtime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.microtime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>microtime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: bce4e5f7d7979c5b672e9375a17860b0ced5eef3 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.mktime" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mktime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 9cc4767b2ddf65c4ed592c9deb818cbb2c9def7b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.strftime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>strftime</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 9edaff269c660085fd710bea5ee099e284c025e4 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.time" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>time</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-abbreviations-list" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_abbreviations_list</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-identifiers-list" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_identifiers_list</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-name-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_name_get</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-offset-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_offset_get</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 792ff31a8fcdd82103cde5dc2674cf860a82d23a Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-open" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_open</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xml:id="function.timezone-transitions-get" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>timezone_transitions_get</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="dbase.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: a2db0ec37511850cc529be2b141bf194ad878ee2 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.error-log" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>error_log</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 74508ae0d21dc4df1d6529a7f8dbaf51c894eee0 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.error-reporting">
<refnamediv>
<refname>error_reporting</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 13bf1bc8f52ce8b4e26a2887313bcb3f1e00d36d Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.restore-error-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>restore_error_handler</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: e41aab5ecacf449e51179886c17f1d41735b0234 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.set-error-handler" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>set_error_handler</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 158026d7b2c41d8245b8a76130a74052e662056b Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.trigger-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>trigger_error</refname>

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- CREDITS: adiju -->
<refentry xml:id="function.user-error" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>user_error</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<chapter xml:id="errorfunc.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 4de5cce5d886bf7ea08db8583141ff9715b47073 Maintainer: simionea Status: ready -->
<appendix xml:id="exif.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;

View File

@@ -3,6 +3,7 @@
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.78 -->
<refentry xml:id="function.read-exif-data" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>read_exif_data</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="fam.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 1cd1e390c55c52e29a4203c05ce4c6ba2a7fa7de Maintainer: simionea Status: ready -->
<refentry xml:id="function.fbsql-tablename" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>fbsql_tablename</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 3ef41d6cfcd211f803ac0892f9a93ba3c31a4c16 Maintainer: simionea Status: ready -->
<section xml:id="fileinfo.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<section xml:id="filepro.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.diskfreespace">
<refnamediv>
<refname>diskfreespace</refname>

View File

@@ -2,6 +2,7 @@
<!-- $Revision$ -->
<!-- $Author$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: simionea Status: ready -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fputs">
<refnamediv>
<refname>fputs</refname>

Some files were not shown because too many files have changed in this diff Show More