From professional translators, enterprises, web pages and freely available translation repositories.
선택된 위젯을 격자에 맞춰 놓습니다
将选中的部件按网格排列
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
물론, 우리는 바로 뉴스에 놓습니다.
好了,我們把它的新聞的時候了。
Last Update: 2016-01-04
Usage Frequency: 1
Quality:
shift 키를 누르면서 툴바의 링크를 끌어다 놓습니다.
按住 shift 键的同时可以向工具栏中拖拽链接。
Last Update: 2011-03-09
Usage Frequency: 1
Quality:
'r' - 읽기전용으로 열립니다; 파일포인터를 파일의 맨 앞에 놓습니다.
'a' - open for writing only; place the file pointer at the end of the file. if the file does not exist, attempt to create it.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
'r+' - 읽기 쓰기가 가능합니다.; 파일 포인터를 파일의 맨 앞에 놓습니다.
'a+' - open for reading and writing; place the file pointer at the end of the file. if the file does not exist, attempt to create it.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
'a' - 쓰기 전용으로 열립니다; 파일 포인터를 파일의 끝에 놓습니다. 파일이 없으면 만듭니다.
if the open fails, the function returns false.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
'a+' - 읽기 쓰기가 가능합니다; 파일 포인터를 파일의 끝에 놓습니다. 파일이 없으면 만듭니다.
?php $fp = fopen ("/home/rasmus/file.txt", "r"); $fp = fopen ("/home/rasmus/file.gif", "wb"); $fp = fopen ("http://www.example.com/", "r"); $fp = fopen ("ftp://user:password@example.com/", "w");?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
'w+' - 읽기 쓰기가 가능합니다; 파일포인터를 파일의 맨 앞에 놓습니다. 그리고 파일의 크기를0으로 만듭니다. 파일이 없으면 만듭니다.
the optional third use_include_path parameter can be set to '1' or true if you want to search for the file in the include_path, too.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: