Index: documentation/manual/en/module_specs/Zend_Filter-BaseName.xml =================================================================== --- documentation/manual/en/module_specs/Zend_Filter-BaseName.xml (revision 22241) +++ documentation/manual/en/module_specs/Zend_Filter-BaseName.xml (revision ) @@ -4,9 +4,25 @@ BaseName - Given a string containing a path to a file, this filter will return the base name of the file. + Zend_Filter_BaseName allows you to validate if a given value contains + a string containing a path to a file and it will return the base name of the file. + + Supported options for Zend_Filter_BaseName + + + There are no additional options for Zend_Filter_BaseName: + + + + + Basic usage + + + A basic example of usage is below: + + + + This will return 'filename'. + + filter('/vol/tmp/filename.txt'); // returns "filename.txt" ]]> - + + + This will return 'filename.txt'. + + +