PHP 8.5.0 Alpha 1 available for testing

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

frenzy dot ivan at gmail dot com
16 years ago
<?php

$index
= 4;
$id = dba_open("frenzy.db", "w", "flatfile");
if(!
$id) exit ("Some error...");
if(
dba_exists($index, $id)) exit ("This key is using");
dba_close($id);

?>

<< Back to user notes page

To Top