Function getAlbumArray
getAlbumArray - returns an array of folder names corresponding to the given album string.
Parameters summary
string |
$albumstring |
is the path to the album as a string. Ex: album/subalbum/my-album |
string |
$includepaths = false |
<p>is a boolean whether or not to include the full path to the album
in each item of the array. Ex: when $includepaths==false, the above array would be
['album', 'subalbum', 'my-album'], and with $includepaths==true,
['album', 'album/subalbum', 'album/subalbum/my-album']</p> |
Return value summary
array
|
array
|