コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Extract the trailing name component from a file path.
  *
  * @param string $path
  * @return string 
  * @static 
  */
 public static function basename($path)
 {
     return \Illuminate\Filesystem\Filesystem::basename($path);
 }