Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

check dir php

The file_exists() function in PHP is an inbuilt function which is used to check whether a file or directory exists or not. The path of the file or directory you want to check is passed as a parameter to the file_exists() function which returns True on success and False on failure
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #check #dir #php
ADD COMMENT
Topic
Name
7+5 =