This blog is closed.
I have no spare time to update it.
I have no spare time to update it.
// Ansi
$s = preg_replace('/"("{0,1})/', '$1', '"My ""fat"" string!"');
// Unicode
mb_regex_encoding('UTF-8');
$s = mb_ereg_replace('/"("{0,1})/', '\\1', '"My ""fat"" string!"');
substr($string, $length, $count)replace to
mb_substr($string, $length, $count, 'utf-8')
__time64_t t64date = _mkgmtime64(&tmDateExternal) - nSrcTZ*60*60; tm tmDateLocal; _localtime64_s( &tmDateLocal, &t64date );