progcom Thu Dec 18 06:47:09 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions get-cfg-var.xml
get-current-user.xml
get-defined-constants.xml
get-extension-funcs.xml
get-included-files.xml
get-loaded-extensions.xml
get-required-files.xml
getenv.xml getlastmod.xml
ini-alter.xml ini-get-all.xml
ini-restore.xml
php-sapi-name.xml
set-time-limit.xml
zend-version.xml
Log:
Sorry, mistaked. revert.
Index: phpdoc/en/reference/info/functions/get-cfg-var.xml
diff -u phpdoc/en/reference/info/functions/get-cfg-var.xml:1.3
phpdoc/en/reference/info/functions/get-cfg-var.xml:1.4
--- phpdoc/en/reference/info/functions/get-cfg-var.xml:1.3 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/get-cfg-var.xml Thu Dec 18 06:47:08 2003
@@ -1,34 +1,38 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.2 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.get-cfg-var">
<refnamediv>
<refname>get_cfg_var</refname>
<refpurpose>
- PHP 설정 옵션의 값을 얻습니다.
+ Gets the value of a PHP configuration option
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>string</type><methodname>get_cfg_var</methodname>
<methodparam><type>string</type><parameter>varname</parameter></methodparam>
</methodsynopsis>
<simpara>
- <parameter>varname</parameter>으로 지정한 PHP 설정 변수의 값을
- 반환하거나, 에러가 발생했을 때 &false;를 반환합니다.
+ Returns the current value of the PHP configuration variable
+ specified by <parameter>varname</parameter>, or &false; if an
+ error occurs.
</simpara>
<simpara>
- PHP 컴파일시에 설정했거나, (php3_configuration_option 지시어를
이용하여)
- 아파치 설정 파일에서 읽는 정보는 반환하지 않습니다.
+ It will not return configuration information set when the PHP was
+ compiled, or read from an Apache configuration file (using the
+ php3_configuration_option directives).
</simpara>
<simpara>
- 시스템이 어떤 <link linkend="configuration.file">설정 파일</link>를
- 사용하는지 확인하려면, cfg_file_path 설정값을
확인해보십시오. 존재한다면,
- 그 설정 파일을 사용합니다.
+ To check whether the system is using a <link
+ linkend="configuration.file">configuration file</link>, try
+ retrieving the value of the cfg_file_path configuration
+ setting. If this is available, a configuration file is being
+ used.
</simpara>
<simpara>
- 참고: <function>ini_get</function>.
+ See also <function>ini_get</function>.
</simpara>
</refsect1>
</refentry>
Index: phpdoc/en/reference/info/functions/get-current-user.xml
diff -u phpdoc/en/reference/info/functions/get-current-user.xml:1.3
phpdoc/en/reference/info/functions/get-current-user.xml:1.4
--- phpdoc/en/reference/info/functions/get-current-user.xml:1.3 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/get-current-user.xml Thu Dec 18 06:47:08
2003
@@ -1,10 +1,11 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.2 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.4 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.get-current-user">
<refnamediv>
<refname>get_current_user</refname>
<refpurpose>
- 현재 PHP 스크립트 소유자의 이름을 얻습니다.
+ Gets the name of the owner of the current PHP script
</refpurpose>
</refnamediv>
<refsect1>
@@ -14,12 +15,12 @@
<void/>
</methodsynopsis>
<simpara>
- 현재 PHP 스크립트 소유자의 이름을 반환합니다.
+ Returns the name of the owner of the current PHP script.
</simpara>
<simpara>
- 참고: <function>getmyuid</function>,
+ See also <function>getmyuid</function>,
<function>getmygid</function>, <function>getmypid</function>,
- <function>getmyinode</function>,
+ <function>getmyinode</function>, and
<function>getlastmod</function>.
</simpara>
</refsect1>
Index: phpdoc/en/reference/info/functions/get-defined-constants.xml
diff -u phpdoc/en/reference/info/functions/get-defined-constants.xml:1.5
phpdoc/en/reference/info/functions/get-defined-constants.xml:1.6
--- phpdoc/en/reference/info/functions/get-defined-constants.xml:1.5 Thu Dec 18
06:45:26 2003
+++ phpdoc/en/reference/info/functions/get-defined-constants.xml Thu Dec 18
06:47:08 2003
@@ -1,25 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-defined-constants">
<refnamediv>
<refname>get_defined_constants</refname>
<refpurpose>
- 모든 상수와 그 값의 연관 배열을 반환합니다.
+ Returns an associative array with the names of all the constants
+ and their values
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>get_defined_constants</methodname>
<void/>
</methodsynopsis>
<para>
- 현재 정의된 모든 상수의 이름과 값을 반환합니다. 여기에는
확장 모듈에서
- 작성한 상수와 <function>define</function> 함수로 작성한 상수를
- 포함합니다.
+ This function returns the names and values of all the constants
+ currently defined. This includes those created by extensions as
+ well as those created with the <function>define</function>
+ function.
</para>
<para>
- 아래는 예제입니다:
+ For example the line below:
<informalexample>
<programlisting role="php">
<![CDATA[
@@ -29,7 +32,7 @@
]]>
</programlisting>
<para>
- 다음과 같이 출력할 것입니다:
+ will print a list like:
</para>
<screen>
<![CDATA[
@@ -54,8 +57,9 @@
</informalexample>
</para>
<para>
- 참고: <function>get_loaded_extensions</function>,
- <function>get_defined_functions</function>,
+ See also
+ <function>get_loaded_extensions</function>,
+ <function>get_defined_functions</function>, and
<function>get_defined_vars</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/get-extension-funcs.xml
diff -u phpdoc/en/reference/info/functions/get-extension-funcs.xml:1.5
phpdoc/en/reference/info/functions/get-extension-funcs.xml:1.6
--- phpdoc/en/reference/info/functions/get-extension-funcs.xml:1.5 Thu Dec 18
06:45:26 2003
+++ phpdoc/en/reference/info/functions/get-extension-funcs.xml Thu Dec 18 06:47:08
2003
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-extension-funcs">
<refnamediv>
<refname>get_extension_funcs</refname>
<refpurpose>
- 모듈의 함수명을 배열로 반환합니다.
+ Returns an array with the names of the functions of a module
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>get_extension_funcs</methodname>
<methodparam><type>string</type><parameter>module_name</parameter></methodparam>
</methodsynopsis>
<para>
- <parameter>module_name</parameter>가 지시하는 모듈에 정의된 모든
- 함수명을 반환합니다.
+ This function returns the names of all the functions defined in
+ the module indicated by <parameter>module_name</parameter>.
</para>
<para>
- 아래는 예제입니다.
+ For example the lines below
<informalexample>
<programlisting role="php">
<![CDATA[
@@ -30,13 +30,13 @@
]]>
</programlisting>
<para>
- <varname>xml</varname>과 <varname>gd</varname> 모듈에 존재하는 함수
- 목록을 출력할 것입니다.
+ will print a list of the functions in the modules
+ <varname>xml</varname> and <varname>gd</varname> respectively.
</para>
</informalexample>
</para>
<para>
- 참고: <function>get_loaded_extensions</function>
+ See also: <function>get_loaded_extensions</function>
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/info/functions/get-included-files.xml
diff -u phpdoc/en/reference/info/functions/get-included-files.xml:1.6
phpdoc/en/reference/info/functions/get-included-files.xml:1.7
--- phpdoc/en/reference/info/functions/get-included-files.xml:1.6 Thu Dec 18
06:45:26 2003
+++ phpdoc/en/reference/info/functions/get-included-files.xml Thu Dec 18 06:47:08
2003
@@ -1,35 +1,38 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.5 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-included-files">
<refnamediv>
<refname>get_included_files</refname>
<refpurpose>
- include나 require한 파일명의 배열을 반환합니다.
+ Returns an array with the names of included or required files
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>get_included_files</methodname>
<void/>
</methodsynopsis>
<para>
- <function>include</function>, <function>include_once</function>,
- <function>require</function>, <function>require_once</function>를
- 사용하여 포함한 파일명을 배열로 반환합니다.
+ Returns an array of the names of all files that have been
+ included using <function>include</function>,
+ <function>include_once</function>, <function>require</function>
+ or <function>require_once</function>.
</para>
<para>
- 여러번 include나 require한 파일은 반환 배열에 한번만
나옵니다.
+ Files that are included or required multiple times only show up
+ once in the returned array.
</para>
<note>
<para>
- <literal>auto_prepend_file</literal> 설정 지시어를 사용하여 포함한
- 파일은 반환 배열에 나오지 않습니다.
+ Files included using the <literal>auto_prepend_file</literal>
+ configuration directive are not included in the returned array.
</para>
</note>
<para>
<example>
- <title><function>get_included_files</function> 예제</title>
+ <title><function>get_included_files</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -49,7 +52,7 @@
]]>
</programlisting>
<para>
- 이는 다음을 출력할 것입니다:
+ will generate the following output:
</para>
<screen>
<![CDATA[
@@ -63,20 +66,21 @@
</para>
<note>
<para>
- PHP 4.0.1pl2 이전 버전에서 <function>get_included_files</function>는,
- <literal>.php</literal> 확장자로 끝나는 파일만 반환하고, 다른
확장자는
- 반환하지 않았습니다. <function>get_included_files</function>가
반환하는
- 배열은 <function>include</function>와
- <function>include_once</function>로 포함한 파일만 가지는 연관
- 배열이였습니다.
+ In PHP 4.0.1pl2 and previous versions
+ <function>get_included_files</function> assumed that the
+ required files ended in the extension <literal>.php</literal>;
+ other extensions would not be returned. The array returned by
+ <function>get_included_files</function> was an associative array
+ and only listed files included by <function>include</function>
+ and <function>include_once</function>.
</para>
</note>
<para>
- 참고:
+ See also
<function>include</function>,
<function>include_once</function>,
<function>require</function>,
- <function>require_once</function>,
+ <function>require_once</function>, and
<function>get_required_files</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/get-loaded-extensions.xml
diff -u phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.7
phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.8
--- phpdoc/en/reference/info/functions/get-loaded-extensions.xml:1.7 Thu Dec 18
06:45:26 2003
+++ phpdoc/en/reference/info/functions/get-loaded-extensions.xml Thu Dec 18
06:47:08 2003
@@ -1,24 +1,26 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.6 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.8 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-loaded-extensions">
<refnamediv>
<refname>get_loaded_extensions</refname>
<refpurpose>
- 적재된 모든 모듈명을 배열로 반환합니다.
+ Returns an array with the names of all modules compiled and
+ loaded
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>get_loaded_extensions</methodname>
<void/>
</methodsynopsis>
<para>
- PHP 인터프리터에 적재된 모든 모듈명을 반환합니다.
+ This function returns the names of all the modules compiled and
+ loaded in the PHP interpreter.
</para>
<para>
- 아래는 예는
+ For example the line below
<informalexample>
<programlisting role="php">
<![CDATA[
@@ -28,7 +30,7 @@
]]>
</programlisting>
<para>
- 다음과 비슷하게 출력합니다:
+ will print a list like:
</para>
<screen>
<![CDATA[
@@ -52,10 +54,10 @@
</informalexample>
</para>
<para>
- 참고:
+ See also
<function>get_extension_funcs</function>,
<function>extension_loaded</function>,
- <function>dl</function>,
+ <function>dl</function>, and
<function>phpinfo</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/get-required-files.xml
diff -u phpdoc/en/reference/info/functions/get-required-files.xml:1.5
phpdoc/en/reference/info/functions/get-required-files.xml:1.6
--- phpdoc/en/reference/info/functions/get-required-files.xml:1.5 Thu Dec 18
06:45:26 2003
+++ phpdoc/en/reference/info/functions/get-required-files.xml Thu Dec 18 06:47:08
2003
@@ -1,14 +1,15 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-required-files">
<refnamediv>
<refname>get_required_files</refname>
- <refpurpose><function>get_included_files</function>의 별칭.</refpurpose>
+ <refpurpose>Alias of <function>get_included_files</function></refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<para>
- 이 함수는 <function>get_included_files</function>의 별칭입니다.
+ This function is an alias of <function>get_included_files</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/info/functions/getenv.xml
diff -u phpdoc/en/reference/info/functions/getenv.xml:1.5
phpdoc/en/reference/info/functions/getenv.xml:1.6
--- phpdoc/en/reference/info/functions/getenv.xml:1.5 Thu Dec 18 06:45:26 2003
+++ phpdoc/en/reference/info/functions/getenv.xml Thu Dec 18 06:47:08 2003
@@ -1,45 +1,46 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.getenv">
<refnamediv>
<refname>getenv</refname>
- <refpurpose>환경 변수값을 얻습니다.</refpurpose>
+ <refpurpose>Gets the value of an environment variable</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>string</type><methodname>getenv</methodname>
<methodparam><type>string</type><parameter>varname</parameter></methodparam>
</methodsynopsis>
<para>
- 환경 변수 <parameter>varname</parameter>의 값을 반환하거나,
에러가 있을
- 경우 &false;를 반환합니다.
+ Returns the value of the environment variable
+ <parameter>varname</parameter>, or &false; on an error.
<informalexample>
<programlisting role="php">
<![CDATA[
<?php
-$ip = getenv("REMOTE_ADDR"); // 사용자의 ip 번호를 얻습니다.
+$ip = getenv("REMOTE_ADDR"); // get the ip number of the user
?>
]]>
</programlisting>
</informalexample>
</para>
<para>
- 모든 환경 변수 목록을 <function>phpinfo</function>를 사용하여 볼
수
- 있습니다. 대부분의 의미는 <ulink url="&url.cgispecs;">CGI
- 규정</ulink>에서, 정확히는 <ulink url="&url.cgispec;">환경 변수
- 페이지</ulink>에서 확인할 수 있습니다.
+ You can see a list of all the environmental variables by using
+ <function>phpinfo</function>. You can find out what many of them
+ mean by taking a look at the <ulink url="&url.cgispecs;">CGI
+ specification</ulink>, specifically the <ulink
+ url="&url.cgispec;">page on environmental variables</ulink>.
</para>
<para>
<note>
<para>
- ISAPI 모드에서는 작동하지 않습니다.
+ This function does not work in ISAPI mode.
</para>
</note>
</para>
<para>
- 참고: <function>putenv</function>.
+ See also <function>putenv</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/info/functions/getlastmod.xml
diff -u phpdoc/en/reference/info/functions/getlastmod.xml:1.6
phpdoc/en/reference/info/functions/getlastmod.xml:1.7
--- phpdoc/en/reference/info/functions/getlastmod.xml:1.6 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/getlastmod.xml Thu Dec 18 06:47:08 2003
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.5 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.getlastmod">
<refnamediv>
<refname>getlastmod</refname>
- <refpurpose>페이지를 수정한 최종 시간을 얻습니다.</refpurpose>
+ <refpurpose>Gets time of last page modification</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>int</type><methodname>getlastmod</methodname>
<void/>
</methodsynopsis>
<para>
- 현재 페이지를 마지막으로 수정한 시간을 반환합니다.
반환값은
- <function>date</function>에 적합한 유닉스 타임스탬프입니다.
오류가
- 발생하면 &false;를 반환합니다.
+ Returns the time of the last modification of the current
+ page. The value returned is a Unix timestamp, suitable for
+ feeding to <function>date</function>. Returns &false; on error.
</para>
<para>
<example>
- <title><function>getlastmod</function> 예제</title>
+ <title><function>getlastmod</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
-// 출력 예. 'Last modified: March 04 1998 20:43:59.'
+// outputs e.g. 'Last modified: March 04 1998 20:43:59.'
echo "Last modified: " . date ("F d Y H:i:s.", getlastmod());
?>
]]>
@@ -32,18 +32,18 @@
</para>
<note>
<simpara>
- 다른 파일의 수정 시간을 얻고자 한다면,
<function>filemtime</function>을
- 사용하십시오.
+ If you're interested in getting the last modification time
+ of a different file, consider using <function>filemtime</function>.
</simpara>
</note>
<para>
- 참고:
+ See also
<function>date</function>,
<function>getmyuid</function>,
<function>getmygid</function>,
<function>get_current_user</function>,
<function>getmyinode</function>,
- <function>getmypid</function>,
+ <function>getmypid</function>, and
<function>filemtime</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/ini-alter.xml
diff -u phpdoc/en/reference/info/functions/ini-alter.xml:1.5
phpdoc/en/reference/info/functions/ini-alter.xml:1.6
--- phpdoc/en/reference/info/functions/ini-alter.xml:1.5 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/ini-alter.xml Thu Dec 18 06:47:08 2003
@@ -1,14 +1,15 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-alter">
<refnamediv>
<refname>ini_alter</refname>
- <refpurpose><function>ini_set</function>의 별칭</refpurpose>
+ <refpurpose>Alias of <function>ini_set</function></refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<para>
- 이 함수는 <function>ini_set</function>의 별칭입니다.
+ This function is an alias of <function>ini_set</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/info/functions/ini-get-all.xml
diff -u phpdoc/en/reference/info/functions/ini-get-all.xml:1.7
phpdoc/en/reference/info/functions/ini-get-all.xml:1.8
--- phpdoc/en/reference/info/functions/ini-get-all.xml:1.7 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/ini-get-all.xml Thu Dec 18 06:47:08 2003
@@ -1,37 +1,41 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.6 Maintainer: progcom Status: ready -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.8 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-get-all">
<refnamediv>
<refname>ini_get_all</refname>
- <refpurpose>모든 설정 옵션을 얻습니다.</refpurpose>
+ <refpurpose>Gets all configuration options</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>array</type><methodname>ini_get_all</methodname>
<methodparam
choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
<para>
- 등록된 모든 설정 옵션을 연관 배열로 반환합니다. 선택적인
- <parameter>extension</parameter>을 설정하면, 그 확장에 해당하는
옵션만을
- 반환합니다.
+ Returns all the registered configuration options as an
+ associative array. If the optional <parameter>extension</parameter>
+ parameter is set, returns only options specific for that
+ extension.
</para>
<para>
- 지시어 이름을 배열 키로,
<literal>global_value</literal>(&php.ini;에서
- 설정), <literal>local_value</literal>(<function>ini_set</function>이나
- &htaccess;로 설정), <literal>access</literal>(접근 레벨)를 배열
요소로
- 가지는 배열의 배열을 반환합니다. 접근 레벨에 대한 정보는
매뉴얼 섹션
- <link linkend="configuration.changes">설정 변경</link>를 참고하십시오.
+ The returned array uses the directive name as the array key, with
+ elements of that array being <literal>global_value</literal> (set in
+ &php.ini;), <literal>local_value</literal> (perhaps set with
+ <function>ini_set</function> or &htaccess;), and
+ <literal>access</literal> (the access level). See the manual section
+ on <link linkend="configuration.changes">configuration changes</link>
+ for information on what access levels mean.
</para>
<note>
<para>
- 지시어가 복수의 접근 레벨을 가질 수 있기에,
<literal>access</literal>는
- 적절한 비트마스트 값을 가집니다.
+ It's possible for a directive to have multiple access levels, which is
+ why <literal>access</literal> shows the appropriate bitmask values.
</para>
</note>
<para>
<example>
- <title>A <function>ini_get_all</function> 예제</title>
+ <title>A <function>ini_get_all</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -43,7 +47,7 @@
]]>
</programlisting>
<para>
- 부분적인 출력 예:
+ Partial output may look like:
</para>
<screen>
<![CDATA[
@@ -70,10 +74,10 @@
</example>
</para>
<para>
- 참고: <function>ini_get</function>,
+ See also: <function>ini_get</function>,
<function>ini_restore</function>,
<function>ini_set</function>,
- <function>get_loaded_extensions</function>,
+ <function>get_loaded_extensions</function>, and
<function>phpinfo</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/ini-restore.xml
diff -u phpdoc/en/reference/info/functions/ini-restore.xml:1.5
phpdoc/en/reference/info/functions/ini-restore.xml:1.6
--- phpdoc/en/reference/info/functions/ini-restore.xml:1.5 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/ini-restore.xml Thu Dec 18 06:47:08 2003
@@ -1,24 +1,24 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
<refentry id="function.ini-restore">
<refnamediv>
<refname>ini_restore</refname>
- <refpurpose>설정 옵션값을 복구합니다.</refpurpose>
+ <refpurpose>Restores the value of a configuration option</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>string</type><methodname>ini_restore</methodname>
<methodparam><type>string</type><parameter>varname</parameter></methodparam>
</methodsynopsis>
<para>
- 주어진 설정 옵션을 기본값으로 복구합니다.
+ Restores a given configuration option to its original value.
</para>
<para>
- 참고:
+ See also
<function>ini_get</function>,
- <function>ini_get_all</function>,
+ <function>ini_get_all</function>, and
<function>ini_set</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/info/functions/php-sapi-name.xml
diff -u phpdoc/en/reference/info/functions/php-sapi-name.xml:1.6
phpdoc/en/reference/info/functions/php-sapi-name.xml:1.7
--- phpdoc/en/reference/info/functions/php-sapi-name.xml:1.6 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/php-sapi-name.xml Thu Dec 18 06:47:08
2003
@@ -1,27 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.5 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.7 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.25 -->
<refentry id="function.php-sapi-name">
<refnamediv>
<refname>php_sapi_name</refname>
<refpurpose>
- 웹 서버와 PHP 간의 접근 형태를 반환합니다.
+ Returns the type of interface between web server and PHP
</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>string</type><methodname>php_sapi_name</methodname>
<void/>
</methodsynopsis>
<simpara>
- <function>php_sapi_name</function>은 웹 서버와 PHP(서버 API, SAPI)
사이의
- 접근 형태를 설명하는 소문자 문자열을 반환합니다. CGI
PHP에서, 문자열은
- "cgi"이고, 아파치의 mod_php에서, 문자열은 "apache"인
형태입니다.
+ <function>php_sapi_name</function> returns a lowercase string
+ which describes the type of interface between web server and PHP
+ (Server API, SAPI). In CGI PHP, this string is "cgi", in mod_php
+ for Apache, this string is "apache" and so on.
</simpara>
<para>
<example>
- <title><function>php_sapi_name</function> 예제</title>
+ <title><function>php_sapi_name</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
Index: phpdoc/en/reference/info/functions/set-time-limit.xml
diff -u phpdoc/en/reference/info/functions/set-time-limit.xml:1.5
phpdoc/en/reference/info/functions/set-time-limit.xml:1.6
--- phpdoc/en/reference/info/functions/set-time-limit.xml:1.5 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/set-time-limit.xml Thu Dec 18 06:47:08
2003
@@ -1,44 +1,50 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.4 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.6 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.72 -->
<refentry id="function.set-time-limit">
<refnamediv>
<refname>set_time_limit</refname>
- <refpurpose>최대 실행 시간을 제한합니다.</refpurpose>
+ <refpurpose>Limits the maximum execution time</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>void</type><methodname>set_time_limit</methodname>
<methodparam><type>int</type><parameter>seconds</parameter></methodparam>
</methodsynopsis>
<simpara>
- 스크립트가 실행 가능한 시간을 초 단위로 설정합니다. 이
시간에 도달하면
- 스크립트는 치명적인 오류를 발생합니다. 기본 제한은
30초이거나,
- &php.ini;에 정의한 <literal>max_execution_time</literal> 값입니다.
- <parameter>seconds</parameter>를 0으로 설정하면, 시간 제한은
사라집니다.
+ Set the number of seconds a script is allowed to run. If this is
+ reached, the script returns a fatal error. The default limit is
+ 30 seconds or, if it exists, the
+ <literal>max_execution_time</literal> value defined in the &php.ini;.
+ If <parameter>seconds</parameter> is set to zero, no time limit is
+ imposed.
</simpara>
<simpara>
- 호출할 때, <function>set_time_limit</function>은 종료 시간을 0부터
다시
- 시작합니다. 즉, 기본 설정이 30초이고, 25초간 스크립트가
실행한 시점에서
- set_time_limit(20)를 호출하면, 스크립트는 시간 제한까지 총
45초를 실행할
- 수 있습니다.
+ When called, <function>set_time_limit</function> restarts the
+ timeout counter from zero. In other words, if the timeout is the
+ default 30 seconds, and 25 seconds into script execution a call
+ such as set_time_limit(20) is made, the script will run for a
+ total of 45 seconds before timing out.
</simpara>
<warning>
<para>
- <function>set_time_limit</function>는 PHP가 &safemode;일 때는 작동하지
- 않습니다. 이 경우, 안전 모드를 설정하지 않거나,
&php.ini;에서 시간
- 제한을 변경해야 합니다.
+ <function>set_time_limit</function> has no effect when PHP is
+ running in &safemode;. There is no workaround other than turning
+ off safe mode or changing the time limit in the &php.ini;.
</para>
</warning>
<note>
<para>
- <function>set_time_limit</function> 함수와 설정 지시어 <link
- linkend="ini.max-execution-time">max_execution_time</link>는 스크립트
- 자신의 실행 시간에만 영향을 받습니다.
<function>system</function>을
- 사용하는 시스템 콜이나, <function>sleep</function> 함수,
데이터베이스
- 쿼리 등, 스크립트 밖에서 발생하는 행동은 스크립트 실행
시간을 측정하는
- 데에 포함하지 않습니다.
+ The <function>set_time_limit</function> function and the
+ configuration directive <link
+ linkend="ini.max-execution-time">max_execution_time</link> only
+ affect the execution time of the script itself. Any time spent
+ on activity that happens outside the execution of the script
+ such as system calls using <function>system</function>, the
+ <function>sleep</function> function, database queries, etc. is
+ not included when determining the maximum time that the script
+ has been running.
</para>
</note>
</refsect1>
Index: phpdoc/en/reference/info/functions/zend-version.xml
diff -u phpdoc/en/reference/info/functions/zend-version.xml:1.8
phpdoc/en/reference/info/functions/zend-version.xml:1.9
--- phpdoc/en/reference/info/functions/zend-version.xml:1.8 Thu Dec 18 06:45:26
2003
+++ phpdoc/en/reference/info/functions/zend-version.xml Thu Dec 18 06:47:08 2003
@@ -1,27 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 1.7 Maintainer: progcom Status: ready -->
-<!-- CREDITS: myprogram -->
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.9 $ -->
+<!-- splitted from ./en/functions/info.xml, last change in rev 1.11 -->
<refentry id="function.zend-version">
<refnamediv>
<refname>zend_version</refname>
- <refpurpose>현재 젠드 엔진의 버전을 얻습니다.</refpurpose>
+ <refpurpose>Gets the version of the current Zend engine</refpurpose>
</refnamediv>
<refsect1>
- <title>설명</title>
+ <title>Description</title>
<methodsynopsis>
<type>string</type><methodname>zend_version</methodname>
<void/>
</methodsynopsis>
<para>
- 현재 실행 중인 젠드 엔진 버전을 가지는 문자열을
반환합니다.
+ Returns a string containing the version of the currently running
+ Zend Engine.
</para>
<para>
<example>
- <title><function>zend_version</function> 예제</title>
+ <title><function>zend_version</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
-// 출력 예. 'Zend engine version: 1.0.4'
+// prints e.g. 'Zend engine version: 1.0.4'
echo "Zend engine version: " . zend_version();
?>
]]>
@@ -29,9 +30,9 @@
</example>
</para>
<para>
- 참고: <function>phpinfo</function>,
+ See also <function>phpinfo</function>,
<function>phpcredits</function>,
- <function>php_logo_guid</function>,
+ <function>php_logo_guid</function>, and
<function>phpversion</function>.
</para>
</refsect1>