Nachricht
« Zurück
Notable PHP package: Random Access File - PHP Classes


PHP Classes Notable PHP package Random Access File
From: PHP Classes Notable <list-notable@phpclasses.net>, sent: 13:42:54 - 30.12.2016Notable PHP package: Random Access File
Find Your Top DevelopersSee why top startups depend on Toptal to connect them with elite developers, hand-picked to match their needs. Work with top developers on an on-demand basis. | ![]() |
Rofl, a PHP package is considered Notable when it does something different that is worth noting.If you have also written Notable packages, contribute them to the PHP Classes site to get your work more exposure. Now you can also win a Big elePHPant as one of the possible prizes you can win every month. Check the complete list of prizes here: List of prizes |
PackageModerator commentDatabase management systems use special techniques to find records of data very quickly. One of those techniques is to make each record of data in table have a fixed length, even when some record fields have a variable length. This way, to read or write specific records in a table, it is just a matter of knowing the record position and multiplying by the length of each record. This class takes advantage of this technique to efficiently perform several types of operations to manipulate records of data in table files. Those operations include not only reading and writing records, but also moving records to different positions or even truncate the table files to make them smaller. AuthorChristian Vigh GroupsPHP 5, Databases, Files and Folders DescriptionThis class can store data fixed record length data in files. It can open files for reading or writing and store records of data of fixed length in them, like those used by database file managers. The class can also perform other operations such as copy one set of records to another position in the same file, swap or truncate records. The class implements array and iterator interfaces, so its objects can be accessed as if they were arrays. |
Rofl you are getting this message as free service for being a user of the PHP Classes site to which you registered voluntarily using the email address rofldigger@getsend.xyz. If you wish to unsubscribe go to the unsubscribe page. |
