Module:ns.wrap.php.conv
From NoxBot the modular PHP IRC bot
| Module: ns.wrap.php.conv | |
|---|---|
| Developer | Mark Sanders |
| Namespace | wrap.php |
| Authgroup | wrap_php |
| Commands | base_convert unpack |
| 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
base_convert
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:positiveinteger, required:positiveinteger
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "base_convert". See also http://php.net/base_convert
This command is a wrapper for the PHP function base_convert.
bin2hex
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "bin2hex". See also http://php.net/bin2hex
This command is a wrapper for the PHP function bin2hex.
bindec
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:binary
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "bindec". See also http://php.net/bindec
This command is a wrapper for the PHP function bindec.
decbin
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "decbin". See also http://php.net/decbin
This command is a wrapper for the PHP function decbin.
dechex
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "dechex". See also http://php.net/dechex
This command is a wrapper for the PHP function dechex.
decoct
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "decoct". See also http://php.net/decoct
This command is a wrapper for the PHP function decoct.
deg2rad
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "deg2rad". See also http://php.net/deg2rad
This command is a wrapper for the PHP function deg2rad.
ezmlm_hash
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:email
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "ezmlm_hash". See also http://php.net/ezmlm_hash
This command is a wrapper for the PHP function ezmlm_hash.
floatval
- AuthGroup: wrap_php
- Alias: doubleval
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "floatval". See also http://php.net/floatval
This command is a wrapper for the PHP function floatval.
hexdec
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:hex
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "hexdec". See also http://php.net/hexdec
This command is a wrapper for the PHP function hexdec.
intval
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:number, optional:positiveinteger
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "intval". See also http://php.net/intval
This command is a wrapper for the PHP function intval.
octdec
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:octal
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "octdec". See also http://php.net/octdec
This command is a wrapper for the PHP function octdec.
pack
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, any:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "pack". See also http://php.net/pack
This command is a wrapper for the PHP function pack.
rad2deg
- AuthGroup: wrap_php
- No aliases defined.
- Argument: required:number
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "rad2deg". See also http://php.net/rad2deg
This command is a wrapper for the PHP function rad2deg.
unpack
- AuthGroup: wrap_php
- No aliases defined.
- Arguments: required:nonempty, required:nonempty
- Chaining: Chaining capable
- Help line: Equivalant to PHP's function: "unpack". See also http://php.net/unpack
This command is a wrapper for the PHP function unpack.
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 | |||||

