Posts by Leonardo Barbosa • 1 point
1 post
-
-4
votes5
answers444
viewsA: PHP array types and values
If you use the class PDO php itself will have the options when making a query for example, you can use the: PDO::FETCH_OBJ for object, in case it will be returned and access the attributes through…