php-doc-en/reference/runkit/constants.xml

216 lines
5.4 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
<section id="runkit.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_FUNCTIONS</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag indicating
that normal functions should be imported from the
specified file.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_CLASS_METHODS</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag indicating
that class methods should be imported from the
specified file.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_CLASS_CONSTS</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag indicating
that class constants should be imported from the
specified file. Note that this flag is only meaningful
in PHP versions 5.1.0 and above.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_CLASS_PROPS</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag indicating
that class standard properties should be imported
from the specified file.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_CLASSES</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag representing
a bitwise OR of the <constant>RUNKIT_IMPORT_CLASS_*</constant>
constants.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_IMPORT_OVERRIDE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
<function>runkit_import</function> flag indicating that
if any of the imported functions, methods, constants,
or properties already exist, they should be replaced with
the new definitions. If this flag is not set, then any
imported definitions which already exist will be discarded.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_ACC_PUBLIC</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>runkit_method_add</function>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_ACC_PROTECTED</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>runkit_method_add</function>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_ACC_PRIVATE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>runkit_method_add</function>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>CLASSKIT_ACC_PUBLIC</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_method_add</function>
Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>CLASSKIT_ACC_PROTECTED</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_method_add</function>
Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>CLASSKIT_ACC_PRIVATE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_method_add</function>
Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>CLASSKIT_AGGREGATE_OVERRIDE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_import</function>
Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>RUNKIT_VERSION</constant>
(<type>string</type>)
</term>
<listitem>
<simpara>
Defined to the current version of the runkit package.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>CLASSKIT_VERSION</constant>
(<type>string</type>)
</term>
<listitem>
<simpara>
Defined to the current version of the runkit package.
Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->