Lines Matching refs:id
29 function read($id): string|false
31 echo "read: id = {$id}\n";
35 function write($id, $data): bool
37 echo "write: id = {$id}, data = {$data}\n";
41 function destroy($id): bool
43 echo "destroy: id = {$id}\n";
74 read: id = %s
76 write: id = %s, data = A|s:1:"B";
79 read: id = %s
81 destroy: id = %s
84 read: id = %s
86 write: id = %s, data = E|s:1:"F";