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

search for in the

RecursiveDirectoryIterator::hasChildren> <RecursiveDirectoryIterator::getSubPath
[edit] Last updated: Fri, 25 May 2012

view this page in

RecursiveDirectoryIterator::getSubPathname

(PHP 5 >= 5.1.0)

RecursiveDirectoryIterator::getSubPathnameGet sub path and name

Descrierea

public string RecursiveDirectoryIterator::getSubPathname ( void )

Gets the sub path and filename.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The sub path (sub directory) and filename.

Vedeți de asemenea



add a note add a note User Contributed Notes RecursiveDirectoryIterator::getSubPathname
info at diy-cms dot com 29-Apr-2011 10:50
In case you run into a cross-platform issue when retrieving the sub-path , use FilesystemIterator::UNIX_PATHS flag to fix it

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