PHP Classes

Packages of Sinan Özel

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Sinan Özel (3)  >  Mission progress status  >  Reputation  
Picture of Sinan Özel
Name: Sinan Özel <contact>
Classes: 3
Country: Turkey Turkey
Age: 45
All time rank: 99621 in Turkey Turkey
Week rank: 195 Up8 in Turkey Turkey Up
All time users: 3201
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 Imaginary Numbers  
Class for imaginary number calculations
$z = new Z("4i+3"); $i->Add(3,4); $i->Div("5e-j37"); ... etc
Easy to use and understand.
Not enough user ratings

  Files folder image MySQL_Control  
Simplified MySQL Database Control
Easy to use, also has advance features. <br>
MYSQL::Connect() connects. MYSQL::Run() runs a query. MYSQL::Select($tablename, $fields, $cond) runs a select query, MYSQL::SelectSet($tablename, $fields, $cond) returns the results as an array of hashes. MYSQL::Insert($tablename, $var) inserts values in a hash into the database, <i>or many different records if it is an array of hashes.</i> MYSQL::What() debugs.
Not enough user ratings

  Files folder image Wristwatch  
Shows how fast your script runs
$ww = new WRISTWATCH; $ww->Start(); ... yada yada yada ...; $ww->End(); $ww->Read(); This will give you in seconds (with many precision figures) how long the lines between start and end took to run. In addition, instead of just one starting point and one ending point, you can specify many points and later see the time it took from each point to the next in an HTML table.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 70% 75% - - - - 42% 3648
Month: Not yet rated by the users


  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