Mon - Fri : 9 am - 5.30 pm
$pattern = '~[a-z]+://S+~';
$str = 'Test text http://hello.world Test text
http://google.com/file.jpg Test text https://hell.o.wor.ld/test?qwe=qwe Test text
test text http://test.test/test';
if($num_found = preg_match_all($pattern, $str, $out))
{
echo "FOUND ".$num_found." LINKS:
";
print_r($out[0]);
}
php ใช้ json_encode กับข้อมูลภาษาไทยแล้วไม่ขึ้นภาษาไทยแก้ไขอย่างไร
ให้เพิ่มตัวแปรตามนี้ครับ
json_encode($array, JSON_UNESCAPED_UNICODE);
https://github.com/moxiecode/plupload
$txt = 'ทดสอบ';
$txt = iconv( mb_detect_encoding($txt), 'Windows-874', $txt);
///////////
mb_detect_encoding($txt) // return encodeing
เรียกใช้คำสั่งง่ายๆด้วย
echo strip_tags($text);
กรณีที่ต้องการเปิดยอมรับ tags ที่ไม่ต้องการให้ลบก็เรียกใช้แบบนี้
function wget($address,$filename) { file_put_contents($filename,file_get_contents($address)); }
เรียกใช้งานแบบนี้
wget(URL, FileName);
Class สำหรับ wget
https://gist.github.com/alash3al/aafe8ffa0a6ca12eb35f
$number = -10;
echo abs( $number );
$date=date_create("2013-03-15");
echo date_format($date,"Y/m/d H:i:s");
รูปแบบการนำไปใช้งานคือ
date('jS F Y')
อ่านคู่มือเต็มๆตามลิ้งค์ https://www.php.net/manual/en/function.date.php