PHP 数字序数&字母序数 相互转化
摘要:
序数从1开始 即 A=1 而非 A=0 1 <?php 2 3 /** 4 * 数字序列转字母序列 5 * @param $int 6 * @return bool|mixed|string 7 */ 8 function int_to_chr($int) 9 { 10 if (!is_int($i 阅读全文
posted @ 2018-09-12 16:41 你看我哪里像好人 阅读(2194) 评论(11) 推荐(0)
浙公网安备 33010602011771号