วันอาทิตย์ที่ 11 พฤษภาคม พ.ศ. 2557

19:55
ฟังก์ชัน convert_uuencode()
เปลี่ยน string เป็น uuencoded data ด้วยฟังก์ชัน convert_uuencode()

 

รูปแบบ
convert_uuencode(string)
string คือ สตริงที่ต้องการเปลี่ยน

ตัวอย่าง
<?php

$str = "this is the test string";
echo $str."<br />";
echo convert_uuencode($str);

?>
ผลลัพธ์
this is the test string
7=&AI

0 ความคิดเห็น:

แสดงความคิดเห็น

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.