基于PHP中的常用函數(shù)回顧_第1頁
基于PHP中的常用函數(shù)回顧_第2頁
基于PHP中的常用函數(shù)回顧_第3頁
基于PHP中的常用函數(shù)回顧_第4頁
基于PHP中的常用函數(shù)回顧_第5頁
已閱讀5頁,還剩15頁未讀 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)

文檔簡介

1、基于PHP中的常用函數(shù)回顧以下是對PHP中的常用函數(shù)進行了詳細(xì)的分析介紹,需要的朋友可以參考下array_change_key_case 返回字符串鍵名全為小寫或大寫的數(shù)組array_chunk 將一個數(shù)組分割成多個array_combine 創(chuàng)建一個數(shù)組,用一個數(shù)組的值作為其鍵名,另一個數(shù)組的值作為其值array_count_values 統(tǒng)計數(shù)組中所有的值出現(xiàn)的次數(shù)array_diff_assoc 帶索引檢查計算數(shù)組的差集array_diff_key 使用鍵名比較計算數(shù)組的差集array_diff_uassoc 用用戶提供的回調(diào)函數(shù)做索引檢查來計算數(shù)組的差集array_diff_ukey

2、用回調(diào)函數(shù)對鍵名比較計算數(shù)組的差集array_diff 計算數(shù)組的差集array_fill_keys Fill an array with values, specifying keysarray_fill 用給定的值填充數(shù)組array_filter 用回調(diào)函數(shù)過濾數(shù)組中的單元array_flip 交換數(shù)組中的鍵和值array_intersect_assoc 帶索引檢查計算數(shù)組的交集array_intersect_key 使用鍵名比較計算數(shù)組的交集array_intersect_uassoc 帶索引檢查計算數(shù)組的交集,用回調(diào)函數(shù)比較索引array_intersect_ukey 用回調(diào)函數(shù)比較鍵

3、名來計算數(shù)組的交集array_intersect 計算數(shù)組的交集array_key_exists 檢查給定的鍵名或索引是否存在于數(shù)組中array_keys 返回數(shù)組中所有的鍵名array_map 將回調(diào)函數(shù)作用到給定數(shù)組的單元上array_merge_recursive 遞歸地合并一個或多個數(shù)組array_merge 合并一個或多個數(shù)組array_multisort 對多個數(shù)組或多維數(shù)組進行排序array_pad 用值將數(shù)組填補到指定長度array_pop 將數(shù)組最后一個單元彈出(出棧)array_product 計算數(shù)組中所有值的乘積array_push 將一個或多個單元壓入數(shù)組的末尾(入棧

4、)array_rand 從數(shù)組中隨機取出一個或多個單元array_reduce 用回調(diào)函數(shù)迭代地將數(shù)組簡化為單一的值array_reverse 返回一個單元順序相反的數(shù)組array_search 在數(shù)組中搜索給定的值,如果成功則返回相應(yīng)的鍵名array_shift 將數(shù)組開頭的單元移出數(shù)組array_slice 從數(shù)組中取出一段array_splice 把數(shù)組中的一部分去掉并用其它值取代array_sum 計算數(shù)組中所有值的和array_udiff_assoc 帶索引檢查計算數(shù)組的差集,用回調(diào)函數(shù)比較數(shù)據(jù)array_udiff_uassoc 帶索引檢查計算數(shù)組的差集,用回調(diào)函數(shù)比較數(shù)據(jù)和索引a

5、rray_udiff 用回調(diào)函數(shù)比較數(shù)據(jù)來計算數(shù)組的差集array_uintersect_assoc 帶索引檢查計算數(shù)組的交集,用回調(diào)函數(shù)比較數(shù)據(jù)array_uintersect_uassoc 帶索引檢查計算數(shù)組的交集,用回調(diào)函數(shù)比較數(shù)據(jù)和索引array_uintersect 計算數(shù)組的交集,用回調(diào)函數(shù)比較數(shù)據(jù)array_unique 移除數(shù)組中重復(fù)的值array_unshift 在數(shù)組開頭插入一個或多個單元array_values 返回數(shù)組中所有的值array_walk_recursive 對數(shù)組中的每個成員遞歸地應(yīng)用用戶函數(shù)array_walk 對數(shù)組中的每個成員應(yīng)用用戶函數(shù)array 新

6、建一個數(shù)組arsort 對數(shù)組進行逆向排序并保持索引關(guān)系asort 對數(shù)組進行排序并保持索引關(guān)系compact 建立一個數(shù)組,包括變量名和它們的值count 計算數(shù)組中的單元數(shù)目或?qū)ο笾械膶傩詡€數(shù)current 返回數(shù)組中的當(dāng)前單元each 返回數(shù)組中當(dāng)前的鍵值對并將數(shù)組指針向前移動一步end 將數(shù)組的內(nèi)部指針指向最后一個單元extract 從數(shù)組中將變量導(dǎo)入到當(dāng)前的符號表in_array 檢查數(shù)組中是否存在某個值key 從關(guān)聯(lián)數(shù)組中取得鍵名krsort 對數(shù)組按照鍵名逆向排序ksort 對數(shù)組按照鍵名排序list 把數(shù)組中的值賦給一些變量natcasesort 用“自然排序”算法對數(shù)組進行不

7、區(qū)分大小寫字母的排序natsort 用“自然排序”算法對數(shù)組排序next 將數(shù)組中的內(nèi)部指針向前移動一位pos current() 的別名prev 將數(shù)組的內(nèi)部指針倒回一位range 建立一個包含指定范圍單元的數(shù)組reset 將數(shù)組的內(nèi)部指針指向第一個單元rsort 對數(shù)組逆向排序shuffle 將數(shù)組打亂sizeof count() 的別名sort 對數(shù)組排序uasort 使用用戶自定義的比較函數(shù)對數(shù)組中的值進行排序并保持索引關(guān)聯(lián)uksort 使用用戶自定義的比較函數(shù)對數(shù)組中的鍵名進行排序usort 使用用戶自定義的比較函數(shù)對數(shù)組中的值進行排序call_user_method_array 調(diào)

8、用一個用戶方法,同時傳遞參數(shù)數(shù)組(已廢棄)call_user_method 對特定對象調(diào)用用戶方法(已廢棄)class_exists 檢查類是否已定義get_class_methods 返回由類的方法名組成的數(shù)組get_class_vars 返回由類的默認(rèn)屬性組成的數(shù)組get_class 返回對象的類名get_declared_classes 返回由已定義類的名字所組成的數(shù)組get_declared_interfaces 返回一個數(shù)組包含所有已聲明的接口get_object_vars 返回由對象屬性組成的關(guān)聯(lián)數(shù)組get_parent_class 返回對象或類的父類名interface_exis

9、ts 檢查接口是否已被定義is_a 如果對象屬于該類或該類是此對象的父類則返回 TRUEis_subclass_of 如果此對象是該類的子類,則返回 TRUEmethod_exists 檢查類的方法是否存在property_exists 檢查對象或類是否具有該屬性checkdate 驗證一個格里高里日期date_default_timezone_get 取得一個腳本中所有日期時間函數(shù)所使用的默認(rèn)時區(qū)date_default_timezone_set 設(shè)定用于一個腳本中所有日期時間函數(shù)的默認(rèn)時區(qū)date_time_set Sets the timedate_timezone_get Return

10、 time zone relative to given DateTimedate_timezone_set Sets the time zone for the DateTime objectdate 格式化一個本地時間日期getdate 取得日期時間信息gettimeofday 取得當(dāng)前時間gmdate 格式化一個 GMT/UTC 日期時間gmmktime 取得 GMT 日期的 UNIX 時間戳gmstrftime 根據(jù)區(qū)域設(shè)置格式化 GMT/UTC 時間日期idate 將本地時間日期格式化為整數(shù)localtime 取得本地時間microtime 返回當(dāng)前 Unix 時間戳和微秒數(shù)mkti

11、me 取得一個日期的 Unix 時間戳strftime 根據(jù)區(qū)域設(shè)置格式化本地時間日期strptime 解析由 strftime() 生成的日期時間strtotime 將任何英文文本的日期時間描述解析為 Unix 時間戳time 返回當(dāng)前的 Unix 時間戳chdir 改變目錄chroot 改變根目錄dir directory 類closedir 關(guān)閉目錄句柄getcwd 取得當(dāng)前工作目錄opendir 打開目錄句柄readdir 從目錄句柄中讀取條目rewinddir 倒回目錄句柄scandir 列出指定路徑中的文件和目錄basename 返回路徑中的文件名部分chgrp 改變文件所屬的組c

12、hmod 改變文件模式chown 改變文件的所有者clearstatcache 清除文件狀態(tài)緩存copy 拷貝文件delete 參見 unlink() 或 unset()dirname 返回路徑中的目錄部分disk_free_space 返回目錄中的可用空間disk_total_space 返回一個目錄的磁盤總大小diskfreespace disk_free_space() 的別名fclose 關(guān)閉一個已打開的文件指針feof 測試文件指針是否到了文件結(jié)束的位置fflush 將緩沖內(nèi)容輸出到文件fgetc 從文件指針中讀取字符fgetcsv 從文件指針中讀入一行并解析 CSV 字段fgets

13、 從文件指針中讀取一行fgetss 從文件指針中讀取一行并過濾掉 HTML 標(biāo)記file_exists 檢查文件或目錄是否存在file_get_contents 將整個文件讀入一個字符串file_put_contents 將一個字符串寫入文件file 把整個文件讀入一個數(shù)組中fileatime 取得文件的上次訪問時間filectime 取得文件的 inode 修改時間filegroup 取得文件的組fileinode 取得文件的 inodefilemtime 取得文件修改時間fileowner 取得文件的所有者fileperms 取得文件的權(quán)限filesize 取得文件大小filetype 取

14、得文件類型flock 輕便的咨詢文件鎖定fnmatch 用模式匹配文件名fopen 打開文件或者 URLfpassthru 輸出文件指針處的所有剩余數(shù)據(jù)fputcsv 將行格式化為 CSV 并寫入文件指針fputs fwrite() 的別名fread 讀取文件(可安全用于二進制文件)fscanf 從文件中格式化輸入fseek 在文件指針中定位fstat 通過已打開的文件指針取得文件信息ftell 返回文件指針讀/寫的位置ftruncate 將文件截斷到給定的長度fwrite 寫入文件(可安全用于二進制文件)glob 尋找與模式匹配的文件路徑is_dir 判斷給定文件名是否是一個目錄is_exe

15、cutable 判斷給定文件名是否可執(zhí)行is_file 判斷給定文件名是否為一個正常的文件is_link 判斷給定文件名是否為一個符號連接is_readable 判斷給定文件名是否可讀is_uploaded_file 判斷文件是否是通過 HTTP POST 上傳的is_writable 判斷給定的文件名是否可寫is_writeable is_writable() 的別名lchgrp Changes group ownership of symlinklchown Changes user ownership of symlinklink 建立一個硬連接linkinfo 獲取一個連接的信息lst

16、at 給出一個文件或符號連接的信息mkdir 新建目錄move_uploaded_file 將上傳的文件移動到新位置parse_ini_file 解析一個配置文件pathinfo 返回文件路徑的信息pclose 關(guān)閉進程文件指針popen 打開進程文件指針readfile 輸出一個文件readlink 返回符號連接指向的目標(biāo)realpath 返回規(guī)范化的絕對路徑名rename 重命名一個文件或目錄rewind 倒回文件指針的位置rmdir 刪除目錄set_file_buffer stream_set_write_buffer() 的別名stat 給出文件的信息symlink 建立符號連接tem

17、pnam 建立一個具有唯一文件名的文件tmpfile 建立一個臨時文件touch 設(shè)定文件的訪問和修改時間umask 改變當(dāng)前的 umaskunlink 刪除文件mail 發(fā)送郵件abs 絕對值acos 反余弦acosh 反雙曲余弦asin 反正弦asinh 反雙曲正弦atan2 兩個參數(shù)的反正切atan 反正切atanh 反雙曲正切base_convert 在任意進制之間轉(zhuǎn)換數(shù)字bindec 二進制轉(zhuǎn)換為十進制ceil 進一法取整cos 余弦cosh 雙曲余弦decbin 十進制轉(zhuǎn)換為二進制dechex 十進制轉(zhuǎn)換為十六進制decoct 十進制轉(zhuǎn)換為八進制deg2rad 將角度轉(zhuǎn)換為弧度ex

18、p 計算 e 的指數(shù)expm1 返回 exp(number) 1,甚至當(dāng) number 的值接近零也能計算出準(zhǔn)確結(jié)果floor 舍去法取整fmod 返回除法的浮點數(shù)余數(shù)getrandmax 顯示隨機數(shù)最大的可能值hexdec 十六進制轉(zhuǎn)換為十進制hypot 計算一直角三角形的斜邊長度is_finite 判斷是否為有限值is_infinite 判斷是否為無限值is_nan 判斷是否為合法數(shù)值lcg_value 組合線性同余發(fā)生器log10 以 10 為底的對數(shù)log1p 返回 log(1 + number),甚至當(dāng) number 的值接近零也能計算出準(zhǔn)確結(jié)果log 自然對數(shù)max 找出最大值mi

19、n 找出最小值mt_getrandmax 顯示隨機數(shù)的最大可能值mt_rand 生成更好的隨機數(shù)mt_srand 播下一個更好的隨機數(shù)發(fā)生器種子octdec 八進制轉(zhuǎn)換為十進制pi 得到圓周率值pow 指數(shù)表達(dá)式rad2deg 將弧度數(shù)轉(zhuǎn)換為相應(yīng)的角度數(shù)rand 產(chǎn)生一個隨機整數(shù)round 對浮點數(shù)進行四舍五入sin 正弦sinh 雙曲正弦sqrt 平方根srand 播下隨機數(shù)發(fā)生器種子tan 正切tanh 雙曲正切mysql_affected_rows 取得前一次 MySQL 操作所影響的記錄行數(shù)mysql_change_user 改變活動連接中登錄的用戶mysql_client_encod

20、ing 返回字符集的名稱mysql_close 關(guān)閉 MySQL 連接mysql_connect 打開一個到 MySQL 服務(wù)器的連接mysql_create_db 新建一個 MySQL 數(shù)據(jù)庫mysql_data_seek 移動內(nèi)部結(jié)果的指針mysql_db_name 取得結(jié)果數(shù)據(jù)mysql_db_query 發(fā)送一條 MySQL 查詢mysql_drop_db 丟棄(刪除)一個 MySQL 數(shù)據(jù)庫mysql_errno 返回上一個 MySQL 操作中的錯誤信息的數(shù)字編碼mysql_error 返回上一個 MySQL 操作產(chǎn)生的文本錯誤信息mysql_escape_string 轉(zhuǎn)義一個字符

21、串用于 mysql_querymysql_fetch_array 從結(jié)果集中取得一行作為關(guān)聯(lián)數(shù)組,或數(shù)字?jǐn)?shù)組,或二者兼有mysql_fetch_assoc 從結(jié)果集中取得一行作為關(guān)聯(lián)數(shù)組mysql_fetch_field 從結(jié)果集中取得列信息并作為對象返回mysql_fetch_lengths 取得結(jié)果集中每個輸出的長度mysql_fetch_object 從結(jié)果集中取得一行作為對象mysql_fetch_row 從結(jié)果集中取得一行作為枚舉數(shù)組mysql_field_flags 從結(jié)果中取得和指定字段關(guān)聯(lián)的標(biāo)志mysql_field_len 返回指定字段的長度mysql_field_name

22、取得結(jié)果中指定字段的字段名mysql_field_seek 將結(jié)果集中的指針設(shè)定為制定的字段偏移量mysql_field_table 取得指定字段所在的表名mysql_field_type 取得結(jié)果集中指定字段的類型mysql_free_result 釋放結(jié)果內(nèi)存mysql_get_client_info 取得 MySQL 客戶端信息mysql_get_host_info 取得 MySQL 主機信息mysql_get_proto_info 取得 MySQL 協(xié)議信息mysql_get_server_info 取得 MySQL 服務(wù)器信息mysql_info 取得最近一條查詢的信息mysql_i

23、nsert_id 取得上一步 INSERT 操作產(chǎn)生的 IDmysql_list_dbs 列出 MySQL 服務(wù)器中所有的數(shù)據(jù)庫mysql_list_fields 列出 MySQL 結(jié)果中的字段mysql_list_processes 列出 MySQL 進程mysql_list_tables 列出 MySQL 數(shù)據(jù)庫中的表mysql_num_fields 取得結(jié)果集中字段的數(shù)目mysql_num_rows 取得結(jié)果集中行的數(shù)目mysql_pconnect 打開一個到 MySQL 服務(wù)器的持久連接mysql_ping Ping 一個服務(wù)器連接,如果沒有連接則重新連接mysql_query 發(fā)送一

24、條 MySQL 查詢mysql_real_escape_string 轉(zhuǎn)義 SQL 語句中使用的字符串中的特殊字符,并考慮到連接的當(dāng)前字符集mysql_result 取得結(jié)果數(shù)據(jù)mysql_select_db 選擇 MySQL 數(shù)據(jù)庫mysql_stat 取得當(dāng)前系統(tǒng)狀態(tài)mysql_tablename 取得表名mysql_thread_id 返回當(dāng)前線程的 IDmysql_unbuffered_query 向 MySQL 發(fā)送一條 SQL 查詢,并不獲取和緩存結(jié)果的行flush 刷新輸出緩沖ob_clean Clean (erase) the output bufferob_end_clean

25、 Clean (erase) the output buffer and turn off output bufferingob_end_flush Flush (send) the output buffer and turn off output bufferingob_flush Flush (send) the output bufferob_get_clean Get current buffer contents and delete current output bufferob_get_contents Return the contents of the output buf

26、ferob_get_flush Flush the output buffer, return it as a string and turn off output bufferingob_get_length Return the length of the output bufferob_get_level Return the nesting level of the output buffering mechanismob_get_status Get status of output buffersob_gzhandler ob_start callback function to

27、gzip output bufferob_implicit_flush Turn implicit flush on/offob_list_handlers List all output handlers in useob_start Turn on output bufferingoutput_add_rewrite_var Add URL rewriter valuesoutput_reset_rewrite_vars Reset URL rewriter valuespreg_grep 返回與模式匹配的數(shù)組單元preg_last_error Returns the error code

28、 of the last PCRE regex executionpreg_match_all 進行全局正則表達(dá)式匹配preg_match 進行正則表達(dá)式匹配preg_quote 轉(zhuǎn)義正則表達(dá)式字符preg_replace_callback 用回調(diào)函數(shù)執(zhí)行正則表達(dá)式的搜索和替換preg_replace 執(zhí)行正則表達(dá)式的搜索和替換preg_split 用正則表達(dá)式分割字符串session_cache_expire Return current cache expiresession_cache_limiter Get and/or set the current cache limiterses

29、sion_commit session_write_close() 的別名session_decode Decodes session data from a stringsession_destroy Destroys all data registered to a sessionsession_encode 將當(dāng)前會話數(shù)據(jù)編碼為一個字符串session_get_cookie_params Get the session cookie parameterssession_id Get and/or set the current session idsession_is_registere

30、d Find out whether a global variable is registered in a sessionsession_module_name Get and/or set the current session modulesession_name Get and/or set the current session namesession_regenerate_id Update the current session id with a newly generated onesession_register Register one or more global v

31、ariables with the current sessionsession_save_path Get and/or set the current session save pathsession_set_cookie_params Set the session cookie parameterssession_set_save_handler Sets user-level session storage functionssession_start Initialize session datasession_unregister Unregister a global vari

32、able from the current sessionsession_unset Free all session variablessession_write_close Write session data and end sessionereg_replace 正則表達(dá)式替換ereg 正則表達(dá)式匹配eregi_replace 不區(qū)分大小寫的正則表達(dá)式替換eregi 不區(qū)分大小寫的正則表達(dá)式匹配split 用正則表達(dá)式將字符串分割到數(shù)組中spliti 用正則表達(dá)式不區(qū)分大小寫將字符串分割到數(shù)組中sql_regcase 產(chǎn)生用于不區(qū)分大小的匹配的正則表達(dá)式addcslashes 以 C

33、語言風(fēng)格使用反斜線轉(zhuǎn)義字符串中的字符addslashes 使用反斜線引用字符串bin2hex 將二進制數(shù)據(jù)轉(zhuǎn)換成十六進制表示chop rtrim() 的別名chr 返回指定的字符chunk_split 將字符串分割成小塊count_chars 返回字符串所用字符的信息crc32 計算一個字符串的 crc32 多項式crypt One-way string encryption (hashing)echo Output one or more stringsexplode 使用一個字符串分割另一個字符串fprintf Write a formatted string to a streamget

34、_html_translation_table Returns the translation table used by htmlspecialchars() and htmlentities()hebrev Convert logical Hebrew text to visual texthebrevc Convert logical Hebrew text to visual text with newline conversionhtml_entity_decode Convert all HTML entities to their applicable charactershtm

35、lentities Convert all applicable characters to HTML entitieshtmlspecialchars_decode Convert special HTML entities back to charactershtmlspecialchars Convert special characters to HTML entitiesimplode Join array elements with a stringjoin 別名 implode()levenshtein Calculate Levenshtein distance between

36、 two stringslocaleconv Get numeric formatting informationltrim Strip whitespace (or other characters) from the beginning of a stringmd5_file Calculates the md5 hash of a given filemd5 Calculate the md5 hash of a stringmetaphone Calculate the metaphone key of a stringmoney_format Formats a number as

37、a currency stringnl_langinfo Query language and locale informationnl2br Inserts HTML line breaks before all newlines in a stringnumber_format Format a number with grouped thousandsord Return ASCII value of characterparse_str Parses the string into variablesprint Output a stringprintf Output a format

38、ted stringquoted_printable_decode Convert a quoted-printable string to an 8 bit stringquotemeta Quote meta charactersrtrim Strip whitespace (or other characters) from the end of a stringsetlocale Set locale informationsha1_file Calculate the sha1 hash of a filesha1 Calculate the sha1 hash of a strin

39、gsimilar_text Calculate the similarity between two stringssoundex Calculate the soundex key of a stringsprintf Return a formatted stringsscanf Parses input from a string according to a formatstr_getcsv Parse a CSV string into an arraystr_ireplace Case-insensitive version of str_replace().str_pad Pad

40、 a string to a certain length with another stringstr_repeat Repeat a stringstr_replace Replace all occurrences of the search string with the replacement stringstr_rot13 Perform the rot13 transform on a stringstr_shuffle Randomly shuffles a stringstr_split Convert a string to an arraystr_word_count R

41、eturn information about words used in a stringstrcasecmp Binary safe case-insensitive string comparisonstrchr 別名 strstr()strcmp Binary safe string comparisonstrcoll Locale based string comparisonstrcspn Find length of initial segment not matching maskstrip_tags Strip HTML and PHP tags from a strings

42、tripcslashes Un-quote string quoted with addcslashes()stripos Find position of first occurrence of a case-insensitive stringstripslashes Un-quote string quoted with addslashes()stristr Case-insensitive strstr()strlen Get string lengthstrnatcasecmp Case insensitive string comparisons using a “natural

43、 order” algorithmstrnatcmp String comparisons using a “natural order” algorithmstrncasecmp Binary safe case-insensitive string comparison of the first n charactersstrncmp Binary safe string comparison of the first n charactersstrpbrk Search a string for any of a set of charactersstrpos Find position

44、 of first occurrence of a stringstrrchr Find the last occurrence of a character in a stringstrrev Reverse a stringstrripos Find position of last occurrence of a case-insensitive string in a stringstrrpos Find position of last occurrence of a char in a stringstrspn Find length of initial segment matc

45、hing maskstrstr Find first occurrence of a stringstrtok Tokenize stringstrtolower Make a string lowercasestrtoupper Make a string uppercasestrtr Translate certain characterssubstr_compare Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characterssubstr_count Count the number of substring occurrencessubstr_replace Replace text within a portion of a stringsubstr Return part of a stringtrim Strip whitespace (or other characters) from the beginning and end of a stringucfirst Make a string's first character uppercaseucwords Uppercase the first cha

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論