Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
소개 »
« MongoDB\Driver\Exception\WriteException::getWriteResult
PHP 매뉴얼
함수 레퍼런스
Database Extensions
특정 벤더 데이터베이스 확장
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
mSQL
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
예약 상수
예제
Basic usage
mSQL 함수 목록
msql_affected_rows
— Returns number of affected rows
msql_close
— Close mSQL connection
msql_connect
— Open mSQL connection
msql_create_db
— Create mSQL database
msql_createdb
— 별칭: msql_create_db
msql_data_seek
— Move internal row pointer
msql_db_query
— Send mSQL query
msql_dbname
— 별칭: msql_result
msql_drop_db
— Drop (delete) mSQL database
msql_error
— Returns error message of last msql call
msql_fetch_array
— Fetch row as array
msql_fetch_field
— Get field information
msql_fetch_object
— Fetch row as object
msql_fetch_row
— Get row as enumerated array
msql_field_flags
— Get field flags
msql_field_len
— Get field length
msql_field_name
— Get the name of the specified field in a result
msql_field_seek
— Set field offset
msql_field_table
— Get table name for field
msql_field_type
— Get field type
msql_fieldflags
— Alias of msql_field_flags
msql_fieldlen
— Alias of msql_field_len
msql_fieldname
— Alias of msql_field_name
msql_fieldtable
— Alias of msql_field_table
msql_fieldtype
— Alias of msql_field_type
msql_free_result
— Free result memory
msql_list_dbs
— List mSQL databases on server
msql_list_fields
— List result fields
msql_list_tables
— List tables in an mSQL database
msql_num_fields
— Get number of fields in result
msql_num_rows
— Get number of rows in result
msql_numfields
— Alias of msql_num_fields
msql_numrows
— Alias of msql_num_rows
msql_pconnect
— Open persistent mSQL connection
msql_query
— Send mSQL query
msql_regcase
— Alias of sql_regcase
msql_result
— Get result data
msql_select_db
— Select mSQL database
msql_tablename
— Alias of msql_result
msql
— Alias of msql_db_query
add a note
User Contributed Notes
There are no user contributed notes for this page.