From 03f9b0759cee8a695475aa8b0a32622b26588bfb Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 18 Apr 2008 18:27:09 +0000 Subject: [PATCH] update normalizer docs git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257836 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/normalizer/is-normalized.xml | 64 ++++++++------------ reference/intl/normalizer/normalize.xml | 67 ++++++++------------- 2 files changed, 52 insertions(+), 79 deletions(-) diff --git a/reference/intl/normalizer/is-normalized.xml b/reference/intl/normalizer/is-normalized.xml index fb58c247f0..b43a3d2c59 100755 --- a/reference/intl/normalizer/is-normalized.xml +++ b/reference/intl/normalizer/is-normalized.xml @@ -1,27 +1,27 @@ - - + + Normalizer::isNormalized normalizer_is_normalized - Checks if the provided string is already in the specified normalization form. + + Checks if the provided string is already in the specified normalization + form. + - &reftitle.description; - - Object oriented style - - - static - boolean - Normalizer::isNormalized - stringinput - stringform - - - Procedural style - + Object oriented style + + static + boolean + Normalizer::isNormalized + stringinput + stringform + + Procedural style boolean normalizer_is_normalized @@ -41,25 +41,13 @@ input - - The input string to normalize - + The input string to normalize form - - One of the normalization forms - - - - - options - - - Normalization options - + One of the normalization forms. Defaults to Normalizer::FORM_C. @@ -69,17 +57,17 @@ &reftitle.returnvalues; - - &true; if normalized, &false; otherwise or if there an error - + &true; if normalized, &false; otherwise or if there an error &reftitle.examples; - <function>normalizer_is_normalized</function> example + + <function>normalizer_is_normalized</function> example + - OO example - &example.outputs; - diff --git a/reference/intl/normalizer/normalize.xml b/reference/intl/normalizer/normalize.xml index 8827b034e3..7b372b204b 100755 --- a/reference/intl/normalizer/normalize.xml +++ b/reference/intl/normalizer/normalize.xml @@ -1,36 +1,32 @@ - - + + Normalizer::normalize normalizer_normalize - Normalizes the input provided and returns the normalized string + + Normalizes the input provided and returns the normalized string + - &reftitle.description; - - Object oriented style - - - static - string - Normalizer::normalize - stringinput - stringform - - - Procedural style - + Object oriented style + + static + string + Normalizer::normalize + stringinput + stringform + + Procedural style string normalizer_normalize stringinput stringform - - Normalizes the input provided and returns the normalized string - + Normalizes the input provided and returns the normalized string @@ -40,25 +36,14 @@ input - - The input string to normalize - + The input string to normalize form - - One of the normalization forms - - - - - options - - - Normalization options - + One of the normalization forms. If not provided the default is + Normalizer::FORM_C. @@ -68,17 +53,17 @@ &reftitle.returnvalues; - - The normalized string or &null; if an error occurred. - + The normalized string or &null; if an error occurred. &reftitle.examples; - <function>normalizer_normalize</function> example + + <function>normalizer_normalize</function> example + - OO example - &example.outputs; -