Answers for "type file attribut php"

PHP
9

php get filetype

<?php
echo filetype('/etc/passwd');  // file
echo filetype('/etc/');        // dir
?>
Posted by: Guest on February-03-2021
0

which is file attributes in php

ATTRIBUTE					DESCRIPTION
  [name]					Name of the which is uploading
  [size]					Size of the file
  [type]					Types of the file (like .pdf,.zip,.jpeg....etc)
  [tmp_name]				A temporary address where the file is located before processing the upload request
  [error] 					Types of error occurred when the file is uploading
Posted by: Guest on December-21-2020

Browse Popular Code Answers by Language