Search Results
RecursiveDirectoryIterator::getSubPathname (PHP 5 >= 5.1.0, PHP 7, PHP 8) RecursiveDirectoryIterator::getSubPathname — Get sub path and name
Mar 14, 2026 · RecursiveDirectoryIterator::getSubPathname (PHP 5 >= 5.1.0, PHP 7, PHP 8) RecursiveDirectoryIterator::getSubPathname — Get sub path and name
See Also RecursiveDirectoryIterator::getSubPath () - Get sub path RecursiveDirectoryIterator::key () - Return path and filename of current dir entry <?php manual_footer (); ?>
See Also RecursiveDirectoryIterator::getSubPath () - Get sub path RecursiveDirectoryIterator::key () - Return path and filename of current dir entry
(PHP 5 >= 5.1.0, PHP 7) RecursiveDirectoryIterator::getSubPathname — Get sub path and name
RecursiveDirectoryIterator::getSubPathname (PHP 5 >= 5.1.0, PHP 7) RecursiveDirectoryIterator::getSubPathname — Get sub path and name Description public RecursiveDirectoryIterator::getSubPathname ( ) : string Gets the sub path and filename. Parameters This function has no parameters. Return Values The sub path (sub directory) and filename. Examples Example #1 getSubPathname() example ...
Simple usage example of `RecursiveDirectoryIterator::getSubPathname ()`. The RecursiveDirectoryIterator::getSubPathname function is a built-in function in PHP that is used to retrieve the sub path and name of a file or directory within a recursive directory iteration. It returns the relative path of the file or directory, including its parent directories.
