[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/phpbb/cache/driver/ -> base.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 256 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 11 functions

  purge()
  unload()
  sql_load()
  sql_exists()
  sql_fetchrow()
  sql_fetchfield()
  sql_rowseek()
  sql_freeresult()
  remove_file()
  remove_dir()
  clean_query_id()

Functions
Functions that are not part of a class:

purge()   X-Ref
{@inheritDoc}


unload()   X-Ref
{@inheritDoc}


sql_load($query)   X-Ref
{@inheritDoc}


sql_exists($query_id)   X-Ref
{@inheritDoc}


sql_fetchrow($query_id)   X-Ref
{@inheritDoc}


sql_fetchfield($query_id, $field)   X-Ref
{@inheritDoc}


sql_rowseek($rownum, $query_id)   X-Ref
{@inheritDoc}


sql_freeresult($query_id)   X-Ref
{@inheritDoc}


remove_file($filename, $check = false)   X-Ref
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

remove_dir($dir)   X-Ref
Remove directory

param: string $dir Directory to remove
return: null

clean_query_id($query_id)   X-Ref
{@inheritDoc}




Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1