类型强制转换 123 $a = true; //bool(true)$a = (int)$a; //int(1)settype($a, "int") //int(1) 数组array_keys($arr, [mixed search_value], [bool stirct]); 1.数组对象 2.如果指定了这个参数,只有包含这些值的键才会返回 3.是否使用严格模式array_pusharray_key_existsarray_slice 字符串mb_substrstr_replaceordmb_strrposmicrotimesprintf 整型intval() 赞微海报分享
近期评论