mirror of
https://github.com/php/doc-zh.git
synced 2026-03-23 22:52:08 +01:00
Removed the old and unused DomXML section (#972)
* Removed the old and unused DomXML section
* Improve English grammar for disable_{functions|classes} INI setting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 90787fda14dcb0976a9738423e6c6013c037d048 Maintainer: Avenger Status: ready -->
|
||||
<!-- EN-Revision: a1ab750f296de54d79fe3749d5c9164b0593d803 Maintainer: Avenger Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi, Luffy -->
|
||||
<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>&php.ini; 核心指令说明</title>
|
||||
@@ -191,8 +191,9 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
此指令允许禁用某些函数。接受逗号分隔的函数名称列表作为参数。从 PHP 8.0.0 开始,禁用的函数会删除其定义,从而允许用户重新对其重新定义。在
|
||||
PHP 8.0.0 之前,禁用函数只会阻止调用该函数。
|
||||
此指令允许禁用某些函数。它接受逗号分隔的函数名列表作为参数。
|
||||
从 PHP 8.0.0 开始,禁用函数会删除其定义,允许用户重新定义它。
|
||||
在 PHP 8.0.0 之前,禁用函数只是阻止函数被调用。
|
||||
</simpara>
|
||||
<simpara>
|
||||
此指令仅能禁用 <link linkend="functions.internal">内置函数</link>。不能影响<link
|
||||
@@ -211,7 +212,8 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
本指令允许禁用某些类。接受逗号分隔的类名列表作为参数。禁用类只会阻止该类实例化。
|
||||
此指令允许禁用某些类。它接受逗号分隔的类名列表作为参数。
|
||||
禁用类只是阻止类的实例化。
|
||||
</para>
|
||||
<para>
|
||||
使用此指令只能禁用内部类。用户定义的类不受影响。
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 9e2d8231b5d8a3795b365c6770fab288e59e6249 Maintainer: yuanyuqiang Status: ready -->
|
||||
<!-- EN-Revision: d35d7d811ccf7662eefe4f23ff1cabc727a917ca Maintainer: yuanyuqiang Status: ready -->
|
||||
<!-- CREDITS: Luffy -->
|
||||
|
||||
<chapter xml:id="features.dtrace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
@@ -79,7 +79,11 @@
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
这样就启用了 PHP 核心的静态探针。对于提供了自有探针的 PHP 扩展需要分别构建。
|
||||
这样就可以在 PHP 中启用 DTrace 静态探针了。
|
||||
对于提供了自有探针的 PHP 扩展,需要单独构建为共享扩展。
|
||||
</para>
|
||||
<para>
|
||||
要启用探针,需要将 <option>USE_ZEND_DTRACE=1</option> 环境变量设置到目标 PHP 进程。
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: cb573d7f33644962dcf32003e5898cf4d67be6ac Maintainer: Gregory Status: ready -->
|
||||
<!-- EN-Revision: f0d52500c7f8bda83761b18d6c03965741753abd Maintainer: Gregory Status: ready -->
|
||||
<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
|
||||
<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->
|
||||
|
||||
@@ -1636,11 +1636,6 @@ It is strongly recommended to avoid timezone abbreviations.
|
||||
<!ENTITY date.formats '正确格式的说明详见 <link xmlns="http://docbook.org/ns/docbook" linkend="datetime.formats">日期与时间格式</link>。'>
|
||||
<!ENTITY date.formats.parameter '日期/时间字符串。&date.formats;'>
|
||||
|
||||
<!-- DomXml Notes -->
|
||||
<!ENTITY node.inserted '此节点出现在文档中,除非是用诸如
|
||||
<function xmlns="http://docbook.org/ns/docbook">domnode_append_child</function> 等函数来将其插入。'>
|
||||
|
||||
|
||||
<!-- Dom Notes -->
|
||||
<!ENTITY dom.node.inserted '此节点出现在文档中,除非是用诸如
|
||||
<function xmlns="http://docbook.org/ns/docbook">DOMNode->appendChild</function> 等函数来将其插入。'>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: f9dabdea3f92ea77cf5077020a3e945951fdc9db Maintainer: verdana Status: ready -->
|
||||
<!-- EN-Revision: c1f37a6c270aadbbb3da56a3973ffd62197adf2b Maintainer: verdana Status: ready -->
|
||||
<!-- CREDITS: dallas, HonestQiao, Luffy, mowangjuanzi -->
|
||||
<chapter xml:id="language.oop5" xmlns="http://docbook.org/ns/docbook">
|
||||
<chapter xml:id="language.oop5" xmlns="http://docbook.org/ns/docbook" annotations="interactive">
|
||||
<title>类与对象</title>
|
||||
|
||||
<sect1 xml:id="oop5.intro">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: d58ee8eaaa7f716c51f66f5f1058ab3c42376d98 Maintainer: Altair Status: ready -->
|
||||
<!-- EN-Revision: f4f96ef8b2a95283c92ea2183fe1dedf06f3ad22 Maintainer: Altair Status: ready -->
|
||||
<!-- CREDITS: dallas, Luffy -->
|
||||
<chapter xml:id="language.references" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>引用的解释</title>
|
||||
|
||||
Reference in New Issue
Block a user