dotar/vim/snippets/php/fun.snippet
2011-11-17 16:00:49 -06:00

5 lines
66 B
Plaintext
Executable File

${1:public }function ${2:FunctionName}(${3})
{
${4:// code...}
}