The Free PHP Games Framework

Welcome to the website of the Free PHP Games Framework.
This project is hosted by Sourceforge.

The latest version is framework-0.0.1.

Changelog

0.0.1

Documentation

Here are the functions:


This function will register that person with those credentials. It will return "correct" on success, and the error on failure.


This function will check if the username and password match. Returns TRUE on success and FALSE on failure.


This function will return the score of the specified username, or FALSE on failure.


This function will set the score to the specified amount. This will NOT increment it, it will replace it.


This function will return an array with objects. You can use the returned array like this:
$array[1]->name will contain the name of the person with the highest score.
$array[2]->score will contain the score of the person with the second highest score.
Support This Project
Document made with KompoZer
SourceForge.net Logo