mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #48653
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
07e23094b7
commit
2c41b69b62
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- Purpose: basic.vartype -->
|
||||
|
||||
<book xml:id="book.filter" xmlns="http://docbook.org/ns/docbook">
|
||||
|
@ -18,7 +18,7 @@
|
|||
<emphasis>validation</emphasis> and <emphasis>sanitization</emphasis>.
|
||||
</para>
|
||||
<para>
|
||||
<link linkend="filter.filters.valiate">Validation</link> is used to
|
||||
<link linkend="filter.filters.validate">Validation</link> is used to
|
||||
validate or check if the data meets certain qualifications. For example,
|
||||
passing in <constant>FILTER_VALIDATE_EMAIL</constant> will determine if
|
||||
the data is a valid email address, but will not change the data itself.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<chapter xml:id="filter.filters" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Types of filters</title>
|
||||
|
||||
<section xml:id='filter.filters.valiate'>
|
||||
<section xml:id='filter.filters.validate'>
|
||||
<title>Validate filters</title>
|
||||
<para>
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue