Module:ns.wrap.php.coding
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.coding | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | base64_decode urlencode |
| Copyright | 2005-2009 Mark Sanders |
| License | GNU GPLv3 |
Description
This module is a generated module based on various functions in PHP.
The commands in here will act more or less identical to the functions in PHP although their argument handling is mostly checked before being passed to the actual function because of the way argument handling works.
Also the return values will always be a string and the incoming arguments the same. There is some magic performed around the return values to make them agreeable to the NoxScript way of dealing with them.
Errors are not captured or returned to the user although they may display in the console.
Some PHP functions may do things you would not want in a bot.
Use these commands at your own risk.
Commands
base64_decode
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:boolean
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "base64_decode". See also http://php.net/base64_decode
This command is a wrapper for the PHP function base64_decode.
base64_encode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "base64_encode". See also http://php.net/base64_encode
This command is a wrapper for the PHP function base64_encode.
convert_uudecode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "convert_uudecode". See also http://php.net/convert_uudecode
This command is a wrapper for the PHP function convert_uudecode.
convert_uuencode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "convert_uuencode". See also http://php.net/convert_uuencode
This command is a wrapper for the PHP function convert_uuencode.
html_entity_decode
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:constant, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "html_entity_decode". See also http://php.net/html_entity_decode
This command is a wrapper for the PHP function html_entity_decode.
htmlentities
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:constant, optional:nonempty, optional:boolean
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "htmlentities". See also http://php.net/htmlentities
This command is a wrapper for the PHP function htmlentities.
htmlspecialchars
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:constant, optional:nonempty, optional:boolean
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "htmlspecialchars". See also http://php.net/htmlspecialchars
This command is a wrapper for the PHP function htmlspecialchars.
htmlspecialchars_decode
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:constant
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "htmlspecialchars_decode". See also http://php.net/htmlspecialchars_decode
This command is a wrapper for the PHP function htmlspecialchars_decode.
quoted_printable_decode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "quoted_printable_decode". See also http://php.net/quoted_printable_decode
This command is a wrapper for the PHP function quoted_printable_decode.
quoted_printable_encode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "quoted_printable_encode". See also http://php.net/quoted_printable_encode
This command is a wrapper for the PHP function quoted_printable_encode.
rawurldecode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "rawurldecode". See also http://php.net/rawurldecode
This command is a wrapper for the PHP function rawurldecode.
rawurlencode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "rawurlencode". See also http://php.net/rawurlencode
This command is a wrapper for the PHP function rawurlencode.
urldecode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "urldecode". See also http://php.net/urldecode
This command is a wrapper for the PHP function urldecode.
urlencode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "urlencode". See also http://php.net/urlencode
This command is a wrapper for the PHP function urlencode.
Copyright and License
Copyright (C) 2005-2009 Mark Sanders
License: GNU GPLv3
User comments
|
Below you can find comments and annotations added by users. |
|
User comments can include false information. We are not responsble for the content posted by users. |
|
Useful links for NoxBot users | |||||
|
Browse through the functionality of NoxBot by | |||||
|
Useful links for NoxBot Developers and module writers | |||||

