mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Returns NULL not TRUE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188675 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0f5fcbcaf9
commit
c6fa9b269b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<reference id="ref.dom">
|
||||
<title>DOM Functions</title>
|
||||
<titleabbrev>DOM</titleabbrev>
|
||||
|
@ -91,13 +91,13 @@
|
|||
<entry>schemaTypeInfo</entry>
|
||||
<entry>bool</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Not implemented yet, always return &true;</entry>
|
||||
<entry>Not implemented yet, always return &null;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>specified</entry>
|
||||
<entry>bool</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Not implemented yet, always return &true;</entry>
|
||||
<entry>Not implemented yet, always return &null;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>value</entry>
|
||||
|
@ -605,7 +605,7 @@
|
|||
<entry>schemaTypeInfo</entry>
|
||||
<entry>bool</entry>
|
||||
<entry>yes</entry>
|
||||
<entry>Not implemented yet, always return &true;</entry>
|
||||
<entry>Not implemented yet, always return &null;</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>tagName</entry>
|
||||
|
|
Loading…
Reference in a new issue