Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. class PhpHelpAndStudy {
  2.     function echoTest ( $test_string ) {
  3.         printf ( 'The input : %s' , $test_string );
  4. }
  5.  
  6. $PhpHelpAndStudy = new PhpHelpAndStudy;
  7. $PhpHelpAndStudy->echoTest( $test_string );
Add Comment
Please, Sign In to add comment