PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::__construct
request it (361)
GoLang replacement for PHP's DirectoryIterator::__construct
[edit | history]
PHP DirectoryIterator::__constructPHP original manual for DirectoryIterator::__construct [ show | php.net ]DirectoryIterator::__construct(PHP 5, PHP 7) DirectoryIterator::__construct — Constructs a new directory iterator from a path Description
public DirectoryIterator::__construct
( string
$path
)Constructs a new directory iterator from a path. Parameters
Errors/Exceptions
Throws an UnexpectedValueException
if the
Throws a RuntimeException
if the Changelog
Examples
Example #1 A DirectoryIterator::__construct() example This example will list the contents of the directory containing the script.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|