Site Tools


onny:notizen:programmierung

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
onny:notizen:programmierung [2026/06/30 09:47] – [php] 10.250.0.1onny:notizen:programmierung [2026/06/30 09:52] (current) – [php] 10.250.0.1
Line 529: Line 529:
 </code> </code>
  
-enable debugging error log+print array 
 +<code php> 
 +$a = array ('a' => 'apple', 'b' => 'banana', 'c' => array ('x', 'y', 'z')); 
 +print_r($a); 
 +</code>
  
 +enable debugging / error log
 <file - /etc/php/conf.d/debug.ini> <file - /etc/php/conf.d/debug.ini>
 display_startup_errors = true display_startup_errors = true
onny/notizen/programmierung.txt · Last modified: by 10.250.0.1