mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315930 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7b6b720dea
commit
e31528cbc0
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<preface xml:id="intro.weakref">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
Weak references provide a non-intrusive gateway to ephemere objects. Unlike
|
||||
Weak references provide a non-intrusive gateway to ephemeral objects. Unlike
|
||||
normal (strong) references, weak references do not prevent the garbage
|
||||
collector from freeing that object. For this reason, an object may be
|
||||
destroyed even though a weak reference to that object still exists. In such
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="weakref.acquire" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>Weakref::acquire</refname>
|
||||
<refpurpose>Aquires a strong reference on that object</refpurpose>
|
||||
<refpurpose>Acquires a strong reference on that object</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue