Module:ns.wrap.php.charset
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.charset | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | convert_cyr_string utf8_encode |
| 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: iconv.
Commands
convert_cyr_string
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "convert_cyr_string". See also http://php.net/convert_cyr_string
This command is a wrapper for the PHP function convert_cyr_string.
hebrev
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:positiveinteger
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hebrev". See also http://php.net/hebrev
This command is a wrapper for the PHP function hebrev.
hebrevc
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:positiveinteger
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hebrevc". See also http://php.net/hebrevc
This command is a wrapper for the PHP function hebrevc.
iconv
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv". See also http://php.net/iconv
This command is a wrapper for the PHP function iconv.
iconv_mime_decode
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:constant, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_mime_decode". See also http://php.net/iconv_mime_decode
This command is a wrapper for the PHP function iconv_mime_decode.
iconv_mime_encode
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_mime_encode". See also http://php.net/iconv_mime_encode
This command is a wrapper for the PHP function iconv_mime_encode.
iconv_strlen
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_strlen". See also http://php.net/iconv_strlen
This command is a wrapper for the PHP function iconv_strlen.
iconv_strpos
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty, optional:number, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_strpos". See also http://php.net/iconv_strpos
This command is a wrapper for the PHP function iconv_strpos.
iconv_strrpos
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_strrpos". See also http://php.net/iconv_strrpos
This command is a wrapper for the PHP function iconv_strrpos.
iconv_substr
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:number, optional:number, optional:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "iconv_substr". See also http://php.net/iconv_substr
This command is a wrapper for the PHP function iconv_substr.
utf8_decode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "utf8_decode". See also http://php.net/utf8_decode
This command is a wrapper for the PHP function utf8_decode.
utf8_encode
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "utf8_encode". See also http://php.net/utf8_encode
This command is a wrapper for the PHP function utf8_encode.
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 | |||||

