CodeCharge Studio, DemoCharge, SuperPDF
跳到內容
文章 由 yehlu » 2019-08-20 11:30:45
代碼: 選擇全部
function utf8_strrev($str){ preg_match_all('/./us', $str, $ar); return join('', array_reverse($ar[0])); }
回到「PHP」