Voting

: min(two, zero)?
(Example: nine)

The Note You're Voting On

Evgeny
2 years ago
Please note! if you have defined namespace,
the usage format must me changed:

echo preg_replace_callback(
"|(\d{2}/\d{2}/)(\d{4})|",
__NAMESPACE__ . '\\next_year',
$text);

<< Back to user notes page

To Top