mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-29 11:43:08 +02:00
sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@316839 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
|
||||
<!-- EN-Revision: 563ae44518ca9b3891ad9b4123cad249f1598ab3 Maintainer: yannick Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
|
||||
<chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
@@ -255,7 +255,9 @@ echo CONSTANT;
|
||||
<entry><constant>__CLASS__</constant></entry>
|
||||
<entry>
|
||||
Le nom de la classe courante. Cette constante retourne le nom de la classe
|
||||
comme il a été déclaré (sensible à la casse).
|
||||
comme il a été déclaré (sensible à la casse). Le nom de la
|
||||
classe contient l'espace de nom dans lequel cette classe
|
||||
a été déclarée (i.e. <literal>Foo\Bar</literal>).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
||||
Reference in New Issue
Block a user