mirror of
https://github.com/php/doc-ru.git
synced 2025-08-11 02:43:11 +00:00
65 lines
2.2 KiB
XML
65 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: dea05ca001b3a7513cd210a08451e075c3fcf383 Maintainer: sergey Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<refentry xml:id="function.libxml-get-external-entity-loader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<refnamediv>
|
||
<refname>libxml_get_external_entity_loader</refname>
|
||
<refpurpose>Получает текущий внешний загрузчик сущностей</refpurpose>
|
||
</refnamediv>
|
||
|
||
<refsect1 role="description"><!-- {{{ -->
|
||
&reftitle.description;
|
||
<methodsynopsis>
|
||
<type class="union"><type>callable</type><type>null</type></type><methodname>libxml_get_external_entity_loader</methodname>
|
||
<void/>
|
||
</methodsynopsis>
|
||
<para>
|
||
Получает внешний загрузчик сущностей, ранее установленный с помощью
|
||
функции <function>libxml_set_external_entity_loader</function>.
|
||
</para>
|
||
</refsect1><!-- }}} -->
|
||
|
||
<refsect1 role="parameters">
|
||
&reftitle.parameters;
|
||
&no.function.parameters;
|
||
</refsect1>
|
||
|
||
<refsect1 role="returnvalues"><!-- {{{ -->
|
||
&reftitle.returnvalues;
|
||
<para>
|
||
Внешний загрузчик сущностей, ранее установленный с помощью
|
||
функции <function>libxml_set_external_entity_loader</function>.
|
||
Если эта функция никогда не вызывалась или если она была вызвана с &null;,
|
||
будет возвращён &null;.
|
||
</para>
|
||
</refsect1><!-- }}} -->
|
||
|
||
<refsect1 role="seealso"><!-- {{{ -->
|
||
&reftitle.seealso;
|
||
<simplelist>
|
||
<member><function>libxml_set_external_entity_loader</function></member>
|
||
</simplelist>
|
||
</refsect1><!-- }}} -->
|
||
|
||
</refentry>
|
||
<!-- 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:"~/.phpdoc/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
|
||
-->
|