示例#1
0
<?php

require './pangu.php';
$text = $_SERVER['argv'];
echo pangu($text[1]);
示例#2
0
 public function testSlash()
 {
     $this->assertEquals('前面 / 後面', pangu('前面/後面'));
 }