I white a code function Test($t) { echo $t; } Test("DP"); PHP: How can I make this auto ? function Test($t) { echo $t; } Test("DP"); PHP: ?
Right well a lot of IDEs and text editors for programmers do this I think including emacs, vim and sublime text 2