Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

php dot net at phor dot net
14 years ago
Beware, mb_regex_encoding does not support the same set of encodings as listed in mb_list_encodings.php

Example:

<?php
mb_internal_encoding
('CP936');
mb_regex_encoding('CP936'); # this line produces an error
?>

<< Back to user notes page

To Top