Nwadigitspassword($Len); Nwadynamicload; Nwageneratepicturestring; Nwageneraterandompasswordmix - Aruba Networks PowerConnect W Clearpass 100 Software Deployment Manual

3.7 deployment guide
Hide thumbs Also See for PowerConnect W Clearpass 100 Software:
Table of Contents

Advertisement

NwaDigitsPassword($len)

NwaDigitsPassword($len)
Generates digit-only passwords of at least $len characters in length.

NwaDynamicLoad

NwaDynamicLoad($func)
Loads the PHP function $func for use in the current expression or code block. Returns true if the function
exists (that is, the function is already present or was loaded successfully), or false if the function does not
exist.
Attempting to use an undefined function will result in a PHP Fatal Error. Use this function before using any of the
standard Nwa...() functions.

NwaGeneratePictureString

NwaGeneratePictureString($string)
Creates a password based on a format string. For details on the special characters recognized in $string,
See
"Format Picture String Symbols"

NwaGenerateRandomPasswordMix

NwaGenerateRandomPasswordMix($password_len, $lower = 1, $upper = 1, $digit = 1,
$symbol = -1)
Generates a random password that meets a certain minimum complexity requirement.
$password_len specifies the total length in characters of the generated password. The password
returned will be at least $upper + $lower + $digit + $symbol characters in length. Any length
beyond the required minimum will be made up of any allowed characters.
$lower specifies the minimum number of lowercase characters to include, or -1 to not use any
lowercase characters.
$upper specifies the minimum number of uppercase characters to include, or -1 to not use any
uppercase characters.
$digit specifies the minimum number of digits to include, or -1 to not use any digits.
$symbol specifies the minimum number of symbol characters to include, or -1 to not use any symbol or
punctuation characters.

NwaLettersDigitsPassword

NwaLettersDigitsPassword($len)
Generates an alpha-numeric password of $len characters in length consisting of lowercase letters and
digits.

NwaLettersPassword

NwaLettersPassword($len)
Generates a password of $len characters in length consisting of lowercase letters.

NwaMoneyFormat

NwaMoneyFormat($amount, $format = null)
Formats a monetary amount for display purposes. The current page language is used to adjust formatting to
the country specified. Returns a result that is guaranteed to be in UTF-8.
380
| Reference
in this chapter.
Amigopod 3.7 | Deployment Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PowerConnect W Clearpass 100 Software and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Amigopod 3.7

Table of Contents