วันพฤหัสบดีที่ 6 ตุลาคม พ.ศ. 2559

PHP trim()

PHP trim() ใช้ในการตัดช่องว่าง (Trim Space) ทางด้านหน้าและด้านหลังของข้อความ

Syntax


<?php
trim($string)
?>



Sample

<?php
echo trim(" These are a few words ");
?>

ไม่มีความคิดเห็น:

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

Set MongoDB in the windows path environment

  Let’s set MongoDB in the windows environment in just a few steps. Step 1: First download a suitable MongoDB version according to your mach...