mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
072b8f71aa
commit
35587f40a1
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue