Created
November 6, 2020 01:23
-
-
Save nicolasegp/b63dad000f6a4e35a74c74a892d3d032 to your computer and use it in GitHub Desktop.
Snippet VSC: Imprimir Arrays PHP
This file contains 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
{ | |
"Imprimir Arrays": { | |
"scope": "php", | |
"prefix": "_pre", | |
"body": [ | |
"echo '<pre>'.print_r($${1:array}, true).'</pre>';" | |
], | |
"description": "Imprimir Arrays" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment