php2go
v0.9.9
使用Golang实现PHP的常用内置函数。已实现约140多个功能。
去获取 github.com/syyongx/php2go
转到 1.10 或更高版本。
时间() strtotime()date()checkdate()sleep()usleep()
strpos() stripos()strrpos()strripos()str_replace()ucfirst()lcfirst()ucwords()substr()strrev()number_format()chunk_split()str_word_count()wordwrap()strlen()str_repeat()strstr()strtr( )str_shuffle()trim()ltrim()rtrim()explode()strt oupper()strtolower()chr()ord()nl2br()json_encode()json_decode()addslashes()stripslashes()quotemeta()htmlentiti es()html_entity_decode()md5()md5_file()sha1()sha1_file()crc32()levenshtein()similar_text()soundex()parse_str()
mb_strlen() mb_strtoupper()
base64_encode() base64_decode()parse_url()urlencode()urldecode()rawurlencode()rawurldecode()http_build_query()
数组填充() array_flip()array_keys()array_values()array_merge()array_chunk()array_pad()array_slice()array_rand()array_column()array_push()array_pop()array_unshift()array_shift()array_key_exists()array_combine()array_reverse()implode( )in_array()
绝对值() rand()round()floor()ceil()pi()max()min()decbin()bindec()hex2bin()bin2hex()dechex()hexdec()decoct()Octdec()base_convert()is_nan( )
random_bytes()random_int()
统计() pathinfo()file_exists()is_file()is_dir()filesize()file_put_contents()file_get_contents()unlink()delete()copy()is_read()is_writeable()rename()touch()mkdir()getcwd()realpath( )basename()chmod()chown()fclose()filemtime()fgetcsv()glob()
空()is_numeric()
执行() 系统()passthru()
获取主机名() gethostbyname()gethostbynamel()gethostbyaddr()ip2long()long2ip()
回声() uniqid()exit()die()getenv()putenv()memory_get_usage()memory_get_peak_usage()version_compare()zip_open() 三元(条件布尔,trueVal,falseVal 接口{})接口{}
PHP2Go 源代码根据 MIT 许可证获得许可。