User's Manual

l "NwaByteFormatBase10" on page 499
l "NwaComplexPassword" on page 500
l "NwaCsvCache" on page 500
l "NwaDigitsPassword($len)" on page 500
l "NwaDynamicLoad" on page 500
l "NwaGeneratePictureString" on page 500
l "NwaGenerateRandomPasswordMix" on page 500
l "NwaLettersDigitsPassword" on page 501
l "NwaLettersPassword" on page 501
l "NwaMoneyFormat" on page 501
l "NwaParseCsv" on page 501
l "NwaParseXml" on page 502
l "NwaPasswordByComplexity" on page 502
l "NwaSmsIsValidPhoneNumber" on page 503
l "NwaStrongPassword" on page 503
l "NwaVLookup" on page 503
l "NwaWordsPassword" on page 504
NwaAlnumPassword
NwaAlnumPassword($len)
Generates an alpha-numeric password (mixed case) of length $len characters.
NwaBoolFormat
NwaBoolFormat($value, $options = null)
Formats a boolean value as a string. If 3 function arguments are supplied, the 2nd and 3rd arguments are the
values to return for false and true, respectively. Otherwise, the $options parameter specifies how to do the
conversion:
l If an integer 0 or 1, the string values 0” and 1” are returned.
l If a string containing a |” character, the string is split at this separator and used as the values for false and
true respectively.
l If an array, the 0 and 1 index values are used for false and true values.
l Otherwise, the string values true” and “false” are returned.
NwaByteFormat
NwaByteFormat($bytes, $unknown = null)
Formats a non-negative size in bytes as a human readable number (bytes, KB, MB, GB, etc.) Assumes that 1 KB
= 1024 bytes, 1 MB = 1024 KB, etc. If a negative value is supplied, returns the $unknown string. If a non-
numeric value is supplied, that value is returned directly.
NwaByteFormatBase10
NwaByteFormatBase10($bytes, $unknown = null)
Dell Networking W-ClearPass Guest 6.4 | User Guide Reference | 499