Procedural File: general.php
Source Location: /blogs/plugins/tinymce_plugin/tiny_mce/plugins/spellchecker/includes/general.php
Page Details
general.php
| Author: | Moxiecode |
| Copyright: | Copyright © 2007, Moxiecode Systems AB, All rights reserved. |
| Filesource: | Source Code for this file |
Includes
require_once
(dirname(__FILE__)."/../classes/utils/Logger.php")
[line 13]
general.php
API Tags:| Filesource: | Source Code for this file |
Information Tags:
| Author: | Moxiecode |
| Copyright: | Copyright © 2007, Moxiecode Systems AB, All rights reserved. |
[ Top ]
Functions
getRequestParam [line 28]
|
Returns an request value by name without magic quoting.
Parameters:| String | $name: | Name of parameter to get. |
| String | $default_value: | Default value to return if value not found. |
| $sanitize: |
API Tags:
| Return: | request value by name without magic quoting or default value. |
[ Top ]
