1.servicefunctions.php
<?php class ServiceFunctions { public static function getDisplayName($f,$l) { $name=''; $name.=$f; $name.=$l; return $name; } public static function countWords($c){ return count($c); } } ?>
1.servicefunctions.php
<?php class ServiceFunctions { public static function getDisplayName($f,$l) { $name=''; $name.=$f; $name.=$l; return $name; } public static function countWords($c){ return count($c); } } ?>
相关文章: