add: comment
This commit is contained in:
parent
bcaf03610a
commit
072744998c
@ -29,6 +29,15 @@ class BancaDati {
|
||||
$data[8] = chr(ord($data[8]) & 0x3f | 0x80);
|
||||
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
|
||||
}
|
||||
|
||||
/**
|
||||
* Einheitliche Update Funktion
|
||||
* @param string $table
|
||||
* @param string $id
|
||||
* @param array $values
|
||||
* @return void
|
||||
* @author Malte Schulze Hobeling
|
||||
*/
|
||||
public function update(string $table, string $id, array $values){
|
||||
$value = "";
|
||||
foreach ($values as $col => $v){
|
||||
|
Loading…
Reference in New Issue
Block a user