PHP 8.4.6 Released!

SplFileInfo::__construct

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::__constructConstruct a new SplFileInfo object

Açıklama

public SplFileInfo::__construct(string $filename)

Creates a new SplFileInfo object for the file_name specified. The file does not need to exist, or be readable.

Bağımsız Değişkenler

filename

Path to the file.

Örnekler

Örnek 1 SplFileInfo::__construct() example

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant