diff --git a/reference/reflection/reflectionclass/clone.xml b/reference/reflection/reflectionclass/clone.xml new file mode 100644 index 000000000..0532cf1da --- /dev/null +++ b/reference/reflection/reflectionclass/clone.xml @@ -0,0 +1,69 @@ + + + + + + + + ReflectionClass::__clone + Клонирует объект + + + + &reftitle.description; + + final private voidReflectionClass::__clone + + + + Клонирует объект. + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + &return.void; + + + + + &reftitle.seealso; + + + ReflectionClass::__tostring + Клонирование объекта + + + + + + + diff --git a/reference/reflection/reflectionclass/getconstant.xml b/reference/reflection/reflectionclass/getconstant.xml new file mode 100644 index 000000000..2ad9d1b85 --- /dev/null +++ b/reference/reflection/reflectionclass/getconstant.xml @@ -0,0 +1,79 @@ + + + + + + + + ReflectionClass::getConstant + Возвращает определенную константу + + + + &reftitle.description; + + public mixedReflectionClass::getConstant + stringname + + + Возвращает определенную константу. + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + + + + name + + + Имя константы. + + + + + + + + + &reftitle.returnvalues; + + Значение константы. + + + + + &reftitle.seealso; + + + ReflectionClass::getConstants + + + + + + + diff --git a/reference/reflection/reflectionclass/getconstants.xml b/reference/reflection/reflectionclass/getconstants.xml new file mode 100644 index 000000000..a46179bc6 --- /dev/null +++ b/reference/reflection/reflectionclass/getconstants.xml @@ -0,0 +1,69 @@ + + + + + + + + ReflectionClass::getConstants + Возвращает константы + + + + &reftitle.description; + + public arrayReflectionClass::getConstants + + + + Возвращает определённые в классе константы. + + + &warn.undocumented.func; + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Массив (array) констант. + Имя константы - ключ, значение константы - значение. + + + + + &reftitle.seealso; + + + ReflectionClass::getConstant + + + + + + + diff --git a/reference/reflection/reflectionclass/getfilename.xml b/reference/reflection/reflectionclass/getfilename.xml new file mode 100644 index 000000000..0ec8e4b0d --- /dev/null +++ b/reference/reflection/reflectionclass/getfilename.xml @@ -0,0 +1,67 @@ + + + + + + + + ReflectionClass::getFileName + Возвращает имя файла, в котором объявлен класс + + + + &reftitle.description; + + public stringReflectionClass::getFileName + + + + Возвращает имя файла, в котором объявлен класс. + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Возвращает имя файла, в котором объявлен класс. + Если класс объявлен в ядре PHP или в расширении PHP, возвращает &false;. + + + + + &reftitle.seealso; + + + ReflectionClass::getExtensionName + + + + + + +