TAILIEUCHUNG - PHP Developer's Dictionary- P89

PHP Developer's Dictionary- P89:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary int msqi_pconnect string hostname string hostname port string username string password Description The msqi_pconnect function which is available from PHP to PHP along with PHP and higher opens a persistent connection to an mSQL database and returns the link identifier on success and returns FALSE otherwise. The function tries to find an existing persistent connection and return its handle instead of opening a new connection if possible. Also the connection will not be closed with the end of a script s processing or by calling the msqi_ciose command. msql_query Syntax int msql_query string query int link_identifier Description The msqi_query function which is available from PHP to PHP along with PHP and higher sends the query to the server associated with the specified link_identifier . If no link_identifier is specified the last opened link is used. If no links are open a connection attempt is made as if msqi_connect were called. The return value is a link identifier on success and FALSE otherwise. msql_regcase Syntax string msqi_regcase string string Description The msqi_regcase function which is available from PHP to PHP along with PHP and higher makes a regular expression for a case-insensitive match. The return value will be a valid regular expression that matches string . The resulting expression is string with each character converted to a bracket expression. msql_result IT-SC book 440 PHP Developer s Dictionary Syntax int msql_result int query identifier int i mixed field Description The msqi_resuit function which is available from PHP to PHP along with PHP and higher returns the contents of the cell at the row specified by the i parameter in the corresponding field . The field parameter can be the field name field s offset or the table name dot field name . In the case where a column alias is used use it instead of the column name. When dealing with .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.