PHP » GoLang |
login |
register |
about
|
GoLang Normalizer::normalize
request it (400)
GoLang replacement for PHP's Normalizer::normalize
[edit | history]
Normalizer::normalizenormalizer_normalize(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Normalizer::normalize -- normalizer_normalize — Normalizes the input provided and returns the normalized string DescriptionObject oriented style
public
static
string
Normalizer::normalize
( string
$input
[, int $form = Normalizer::FORM_C
] )Procedural style
string
normalizer_normalize
( string
$input
[, int $form = Normalizer::FORM_C
] )Normalizes the input provided and returns the normalized string Parameters
Return ValuesThe normalized string or ExamplesExample #1 normalizer_normalize() example
<?php Example #2 OO example
<?php The above example will output: %C3%85 %C3%85 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|