PHP Classes

Packages of Assaad Youssef Abou Rached

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Assaad Youssef Abou Rached (3)  >  Mission progress status  >  Reputation  
Picture of Assaad Youssef Abou Rached
Name: Assaad Youssef Abou ... <contact> Assaad Youssef Abou ... Google profile
Classes: 3
Country: Lebanon Lebanon
Age: 44
All time rank: 32894 in Lebanon Lebanon
Week rank: 195 Up1 in Lebanon Lebanon Up
All time users: 493
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Math  
Perform several types of operations with numbers
This package can perform several types of operations with numbers.

It provides several classes that perform different types of math operations.

Currently it provides classes for:

- Finding the greatest common divisor
- Finding the latest common multiple
- Determining if a number is odd or even and extract from arrays
- Compute the factorial of a number
- Check if a number is prime
- Find all prime numbers up to a limit
- Calculate the sin, cosine, tangent of the sum, difference or product of angles

  Files folder image PHP Prime Numbers Generator  
Generate a list of prime numbers up to a limit
This class can generate a list of prime numbers up to a limit.

It takes a given limit number and returns all prime numbers below that limit.

The class can also check if given individual numbers are prime.

  Files folder image Simple MySQL Adapter  
Simple MySQL database access adapter
This class is a simple MySQL database access adapter. It can:

- Connect to a given MySQL database server
- Escape literal text values for use in queries
- Execute arbitrary SQL queries
- Retrieve the number of query result rows
- Retrieve query results into arrays
- Retrieve the last inserted field identifier


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z