Manuals

 

SetaPDF_Parser::cacheMkdirMode()

Description

class SetaPDF_Parser {
mixed cacheMkdirMode ( [integer $mode=null] ) }

As the caching mechanism creates directories for each pdf document the API internally uses mkdir to create the directory. With this method you can define if and which parameter should be passed as the $mode parameter of the mkdir-function.

This method should be called static.

Parameters

$mode

The file mode.

The parameter consists of three octal number components specifying access restrictions for the owner, the user group in which the owner is in, and to everybody else in this order. More informations about the mode-parameter can be found here.

Return Values

The actual value.