Created
April 16, 2012 12:35
-
-
Save shrop/2398477 to your computer and use it in GitHub Desktop.
Send array to watchdog table in Drupal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| watchdog('debug', '<pre>'. print_r($array, TRUE) .'</pre>'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can we use var_export?