mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a paragraph explaining the origin
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163502 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ef5be14c8d
commit
9e5c16aea5
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<sect1 id="language.oop5.paamayim-nekudotayim">
|
||||
<title>::</title>
|
||||
|
||||
|
@ -11,6 +11,14 @@
|
|||
or methods of a class.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Paamayim Nekudotayim would, at first, seem a strange choice for a
|
||||
double-colon. However, at the time of writing of Zend Engine 0.5
|
||||
(which powered PHP3), that is what Andi and Zeev decided to call it.
|
||||
It actually does mean double-colon - in Hebrew! As PHP has progressed
|
||||
with its development it has just never changed.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When referencing these items from outside the class definition, you use
|
||||
name of the class.
|
||||
|
|
Loading…
Reference in a new issue