Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
PHP FileUtility::loadClassWithoutYiiの例
プログラミング言語:
PHP
クラス/型:
FileUtility
メソッド/関数:
loadClassWithoutYii
hotexamples.comのコード掲載数:
1
PHP FileUtility::loadClassWithoutYii - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたPHPの
FileUtility::loadClassWithoutYii
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
clr_dir(7)
dirsize(5)
course_realpath(4)
getAttachmentIcon(4)
makeRandomFilename(3)
getUploadPath(3)
copys(3)
getErrorMessage(2)
getDocumentType(2)
getUniqueDirectory(2)
getUploadFileFromPost(2)
deleteFilesMatchingWildCard(2)
display_tree(2)
deleteFilesMatchingWildcard(2)
makeRandomTemporaryFilePath(2)
getUploadFilePath(2)
recursivelyRemoveDirectory(2)
get_human_size(2)
anyExists(1)
read(1)
makeSafeFilename(1)
megabytes_to_bytes(1)
isUploadFileSafe(1)
readfile_in_chunks(1)
sizeToHuman(1)
uploadFiles(1)
loadClassWithoutYii(1)
getOctalPermissions(1)
isDirectoryWritable(1)
handleAjaxUpload(1)
bytes_to_kilobytes(1)
getFileWithoutExtension(1)
getFileExtension(1)
fu(1)
exists(1)
current(1)
copyFile(1)
close(1)
bytes_to_megabytes(1)
writePhpFile(1)
よく使われるメソッド
clr_dir (7)
dirsize (5)
course_realpath (4)
getAttachmentIcon (4)
makeRandomFilename (3)
getUploadPath (3)
copys (3)
getErrorMessage (2)
getDocumentType (2)
getUniqueDirectory (2)
よく使われるメソッド
getUploadFileFromPost (2)
deleteFilesMatchingWildCard (2)
display_tree (2)
deleteFilesMatchingWildcard (2)
makeRandomTemporaryFilePath (2)
getUploadFilePath (2)
recursivelyRemoveDirectory (2)
get_human_size (2)
anyExists (1)
read (1)
makeSafeFilename (1)
megabytes_to_bytes (1)
isUploadFileSafe (1)
readfile_in_chunks (1)
sizeToHuman (1)
uploadFiles (1)
loadClassWithoutYii (1)
getOctalPermissions (1)
isDirectoryWritable (1)
handleAjaxUpload (1)
よく使われるメソッド
makeSafeFilename (1)
megabytes_to_bytes (1)
isUploadFileSafe (1)
readfile_in_chunks (1)
sizeToHuman (1)
uploadFiles (1)
loadClassWithoutYii (1)
getOctalPermissions (1)
isDirectoryWritable (1)
handleAjaxUpload (1)
bytes_to_kilobytes (1)
getFileWithoutExtension (1)
getFileExtension (1)
fu (1)
exists (1)
current (1)
copyFile (1)
close (1)
bytes_to_megabytes (1)
writePhpFile (1)
よく使われるメソッド
bytes_to_kilobytes (1)
getFileWithoutExtension (1)
getFileExtension (1)
fu (1)
exists (1)
current (1)
copyFile (1)
close (1)
bytes_to_megabytes (1)
writePhpFile (1)
コード例 #1
0
ファイルを表示
ファイル:
OperateCommand.php
プロジェクト:
Veaer/StoryAppendDemo-Server
public function init() { FileUtility::loadClassWithoutYii('phpexcel/PHPExcel.php'); return true; }
x