1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/11230] Update cache driver dock blocks

PHPBB3-12230
This commit is contained in:
Matt Friedman
2014-03-22 08:23:18 -07:00
parent 60e5757fa1
commit b87fc1e56c
3 changed files with 32 additions and 0 deletions

View File

@@ -400,6 +400,10 @@ abstract class memory extends \phpbb\cache\driver\base
/**
* Removes/unlinks file
*
* @param string $filename Filename to remove
* @param bool $check Check file permissions
* @return bool True if the file was successfully removed, otherwise false
*/
function remove_file($filename, $check = false)
{