Answers for "if in line php"

PHP
0

filesize in php

$file = '/path/to/your/file';
$filesize = filesize($file); // bytes
$filesize = round($filesize / 1024 / 1024, 1); // megabytes with 1 digit
 
echo "The size of your file is $filesize MB.";
Posted by: Guest on June-11-2020
0

if is alphabet php

ctype_alpha ( string $text ) : bool
Posted by: Guest on May-24-2020

Browse Popular Code Answers by Language