Module:ns.wrap.php.ctype
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.ctype | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | ctype_alnum ctype_xdigit |
| 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.
The extensions are: ctype.
Commands
ctype_alnum
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_alnum". See also http://php.net/ctype_alnum
This command is a wrapper for the PHP function ctype_alnum.
ctype_alpha
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_alpha". See also http://php.net/ctype_alpha
This command is a wrapper for the PHP function ctype_alpha.
ctype_cntrl
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_cntrl". See also http://php.net/ctype_cntrl
This command is a wrapper for the PHP function ctype_cntrl.
ctype_digit
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_digit". See also http://php.net/ctype_digit
This command is a wrapper for the PHP function ctype_digit.
ctype_graph
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_graph". See also http://php.net/ctype_graph
This command is a wrapper for the PHP function ctype_graph.
ctype_lower
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_lower". See also http://php.net/ctype_lower
This command is a wrapper for the PHP function ctype_lower.
ctype_print
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_print". See also http://php.net/ctype_print
This command is a wrapper for the PHP function ctype_print.
ctype_punct
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_punct". See also http://php.net/ctype_punct
This command is a wrapper for the PHP function ctype_punct.
ctype_space
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_space". See also http://php.net/ctype_space
This command is a wrapper for the PHP function ctype_space.
ctype_upper
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_upper". See also http://php.net/ctype_upper
This command is a wrapper for the PHP function ctype_upper.
ctype_xdigit
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ctype_xdigit". See also http://php.net/ctype_xdigit
This command is a wrapper for the PHP function ctype_xdigit.
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 | |||||

