link to memory_get_usage() in the memory_limit docs.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135409 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-07-19 03:23:58 +00:00
parent 072b8f71aa
commit 35587f40a1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.109 $ -->
<!-- $Revision: 1.110 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@ -500,6 +500,10 @@ include_path = ".;c:\php\lib"
<literal>--enable-memory-limit</literal>. Note that you have to set
it to -1 if you don't want any limit for your memory.
</para>
<para>
As of PHP 4.3.2, and when memory_limit is enabled, the PHP function
<function>memory_get_usage</function> is made available.
</para>
</listitem>
</varlistentry>
</variablelist>