Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. * @param string directory name (views, i18n, classes, extensions, etc.)
  2. * @param string filename with subdirectory
  3. * @param string extension to search for
  4. * @param boolean return an array of files?
  5. * @return array a list of files when $array is TRUE
  6. * @return string single file path
  7. */
  8.  
  9. is there a reason (besides broken shift key?) for doing that instead of:
  10.  
  11. * @param string Directory name (views, i18n, classes, extensions, etc.)
  12. * @param string Filename with subdirectory
  13. * @param string File extension to search for
  14. * @param boolean Return an array of files?
  15. * @return array A list of files when $array is TRUE
  16. * @return string Single file path
  17. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement