dotar/vim/snippets/php/fun.snippet

5 lines
66 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
${1:public }function ${2:FunctionName}(${3})
{
${4:// code...}
}