PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of AMit Pandey   Secure Password Generator   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Thsi si used for example
Class: Secure Password Generator
Create random password made of sets of characters
Author: By
Last change:
Date: 9 years ago
Size: 243 bytes
 

Contents

Class file image Download
<?php
require_once('SecurePasswordGenerator.php');

echo
SecurePasswordGenerator::generate ( ); Will generate the password with 8 string length
echo SecurePasswordGenerator::generate ( 10 ); Will generate the password with 10 string length