downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SplFileInfo::getATime> <SplFileInfo
[edit] Last updated: Fri, 24 Jun 2011

view this page in

SplFileInfo::__construct

(PHP 5 >= 5.1.2)

SplFileInfo::__constructساخت شی جدید SplFileInfo

Description

SplFileInfo::__construct ( string $file_name )

ساخت شی جدید SplFileInfo برای file_name مشخص. فایل نیاز به وجود داشتن یا خوانا بودن ندارد.

Parameters

file_name

مسیر فایل.

Examples

Example #1 مثال SplFileInfo::__construct()

<?php
$info 
= new SplFileInfo('example.php');
if (
$info->isFile()) {
    echo 
$info->getRealPath();
}
?>



add a note add a note User Contributed Notes SplFileInfo::__construct - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites