Module:ns.wrap.php.ctype

From NoxBot the modular PHP IRC bot

Jump to: navigation, search
Module: ns.wrap.php.ctype
DeveloperMark Sanders
Namespacewrap.php
Authgroupwrap_php
Commandsctype_alnum

ctype_alpha

ctype_cntrl

ctype_digit

ctype_graph

ctype_lower

ctype_print

ctype_punct

ctype_space

ctype_upper

ctype_xdigit
Copyright2005-2009 Mark Sanders
LicenseGNU 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.

This module has commands that are dependant on the existance of PHP extensions.

The extensions are: ctype.

Commands

ctype_alnum

This command is a wrapper for the PHP function ctype_alnum.

This command depends on the PHP extension ctype.


ctype_alpha

This command is a wrapper for the PHP function ctype_alpha.

This command depends on the PHP extension ctype.


ctype_cntrl

This command is a wrapper for the PHP function ctype_cntrl.

This command depends on the PHP extension ctype.


ctype_digit

This command is a wrapper for the PHP function ctype_digit.

This command depends on the PHP extension ctype.


ctype_graph

This command is a wrapper for the PHP function ctype_graph.

This command depends on the PHP extension ctype.


ctype_lower

This command is a wrapper for the PHP function ctype_lower.

This command depends on the PHP extension ctype.


ctype_print

This command is a wrapper for the PHP function ctype_print.

This command depends on the PHP extension ctype.


ctype_punct

This command is a wrapper for the PHP function ctype_punct.

This command depends on the PHP extension ctype.


ctype_space

This command is a wrapper for the PHP function ctype_space.

This command depends on the PHP extension ctype.


ctype_upper

This command is a wrapper for the PHP function ctype_upper.

This command depends on the PHP extension ctype.


ctype_xdigit

This command is a wrapper for the PHP function ctype_xdigit.

This command depends on the PHP extension ctype.


Copyright and License

Copyright (C) 2005-2009 Mark Sanders

License: GNU GPLv3

User comments

Add a comment

Below you can find comments and annotations added by users.

Comments

No comments added yet. Be the first to add a new comment. Be sure that you understand the guidelines of commenting.

Add a comment

User comments can include false information.

We are not responsble for the content posted by users.

Comments

Useful links for NoxBot users

Documentation home

Live Support

Credits

Licensing

Known bugs

Requested features

Browse through the functionality of NoxBot by

Modules

Commands

Validators

Namespaces

AuthGroups

Developers

Useful links for NoxBot Developers and module writers

Api reference

SVN repository

Trac timeline

Roadmap

Active tickets

Create ticket

Personal tools