private static function FMDiskFileSystem::endsWith in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
1 call to FMDiskFileSystem::endsWith()
- FMDiskFileSystem::getMimeType in vendor/
edsdk/ flmngr-server-php/ src/ fs/ FMDiskFileSystem.php
File
- vendor/
edsdk/ flmngr-server-php/ src/ fs/ FMDiskFileSystem.php, line 488
Class
Namespace
EdSDK\FlmngrServer\fsCode
private static function endsWith($str, $ends) {
return substr($str, -strlen($ends)) === $ends;
}