update page now
Laravel Live Japan

Voting

: four minus two?
(Example: nine)

The Note You're Voting On

php dot net at phor dot net
15 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