onny:notizen:programmierung
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onny:notizen:programmierung [2026/06/30 09:52] – [php] 10.250.0.1 | onny:notizen:programmierung [2026/06/30 13:24] (current) – [php] 10.250.0.1 | ||
|---|---|---|---|
| Line 533: | Line 533: | ||
| $a = array (' | $a = array (' | ||
| print_r($a); | print_r($a); | ||
| + | </ | ||
| + | |||
| + | assosiative array / dictionary | ||
| + | <code php> | ||
| + | $myResult[" | ||
| + | </ | ||
| + | |||
| + | datetime object, convert to string | ||
| + | <code php> | ||
| + | $date = new \DateTime(' | ||
| + | $dateString = $date-> | ||
| </ | </ | ||
onny/notizen/programmierung.1782813155.txt.gz · Last modified: by 10.250.0.1
