かごんまべんBOT 変換用データ(閲覧用)

  • 変換前→変換後(登録数“;
    sort($henkan);
    for( $ix = 0; $ix < count($henkan); ++$ix ) { if(mb_substr($henkan[$ix],0,1)!=mb_substr($henkan[$ix-1],0,1))echo"
  • “;
    $tt = mb_split(“/”, $henkan[$ix]);
    $tt0 =$tt[0];$tt1 =$tt[1];
    $tt1 = str_replace(array(“\r\n”,”\r”,”\n”), ”, $tt1);
    $tt1 = str_replace(“-“, ‘ , ‘, $tt1);
    echo $tt0.”→”.$tt1.”
    “;
    }
    ?>
image_print
PHP Code Snippets Powered By : XYZScripts.com