পিএইচপি (৫)MySQLi
ফাংশন
পিএইচপি MySQLi
পরিচিতি
MySQLi
ফাংশন MySQL ডাটাবেজ সার্ভার এক্সেক্স করতে অনুমতি দেয়।MySQLi
এক্সটেনশন MySQL ভার্সন 4.1.13 অথবা এর পরের ভার্সনগুলুর সাথে কাজ করার জন্য ডিজাইন করা হয়েছে। ইন্সটলেশন / রান-টাইম কনফিগারেশন
MySQLi
ফাংশন কাজ করানোর জন্য অবশ্যই MySQLi
এক্সটেনশন সাপোর্টেড পিএইচপি কম্পাইল করতে হবে।
MySQLi
এক্সটেনশন পিএইচপি ভার্সন 5.0.0 এর সাথে পরিচিতঁ ছিল। MySQL Native Driver পিএইচপি ভার্সন 5.3.0 এর সাথে যুক্ত ছিল
ইনস্টল সমপর্কে বিস্তারিত জানতেঃ http://php.net/manual/en/mysqli.installation.phpলিঙ্কে যান
রান-টাইম কনফিগারেশন এর জন্য বিস্তারিত জানতেঃ http://php.net/manual/en/mysqli.configuration.php লিঙ্কে যান
পিএইচপি (৫) MySQLi
ফাংশন
নিচে MySQLi
ফাংশন ও ফাংশনের বর্ননা দেওয়া হলো, বাটনে ক্লিক করে ফাংশনটি সম্পর্কে বিস্তারিত জানুন
Returns the number of affected rows in the previous MySQL operation
Turns on or off auto-committing database modifications
Changes the user of the specified database connection
Returns the default character set for the database connection
পুর্বে চালু করা ডাটাবেজ কানেকশন বন্ধ করে।
Commits the current transaction
Returns the error code from the last connection error
Returns the error description from the last connection error
MySQL সার্ভারে একটি নতুন কানেকশন তৈরি করে।
Adjusts the result pointer to an arbitrary row in the result-set
Performs debugging operations
Dumps debugging info into the log
Returns the last error code for the most recent function call
Returns a list of errors for the most recent function call
Returns the last error description for the most recent function call
Fetches all result rows as an associative array, a numeric array, or both
Fetches a result row as an associative, a numeric array, or both
Fetches a result row as an associative array
Returns meta-data for a single field in the result set, as an object
Returns the next field in the result set, as an object
Returns an array of objects that represent the fields in a result set
Returns the lengths of the columns of the current row in the result set
Returns the current row of a result set, as an object
Fetches one row from a result-set and returns it as an enumerated array
Returns the number of columns for the most recent query
Sets the field cursor to the given field offset
ফিল্ড কার্সরের অবস্থান রিটার্ন করে।
Frees the memory associated with a result
Returns a character set object
Returns the MySQL client library version
Returns statistics about client per-process
Returns the MySQL client library version as an integer
Returns statistics about the client connection
Returns the MySQL server hostname and the connection type
Returns the MySQL protocol version
MySQL সার্ভার ভার্সন রিটার্ন করে।
Returns the MySQL server version as an integer
Returns information about the most recently executed query
Initializes MySQLi and returns a resource for use with
Returns the auto-generated id used in the last query
Asks the server to kill a MySQL thread
Checks if there are more results from a multi query
Performs one or more queries on the database
Prepares the next result set from mysqli_multi_query()
Returns the number of fields in a result set
Returns the number of rows in a result set
Sets extra connect options and affect behavior for a connection
Pings a server connection, or tries to reconnect if the connection has gone down
Prepares an SQL statement for execution
Performs a query against the database
Opens a new connection to the MySQL server
Escapes special characters in a string for use in an SQL statement
একটি SQL কুইরি এক্সিকিউট করে।
Returns the result from async query
Refreshes tables or caches, or resets the replication server information
Rolls back the current transaction for the database
Changes the default database for the connection
Sets the default client character set
Unsets user defined handler for load local infile command
Set callback function for LOAD DATA LOCAL INFILE command
Returns the SQLSTATE error code for the last MySQL operation
Used to establish secure connections using SSL
বর্তমান সিস্টেম স্ট্যটাস রিটার্ন করে।
Initializes a statement and returns an object for use with mysqli_stmt_prepare()
Transfers a result set from the last query
Returns the thread ID for the current connection
Returns whether the client library is compiled as thread-safe
Initiates the retrieval of a result set from the last query executed using the mysqli_real_query()
কানেকশনের সর্বশেষ কুইরি থেকে ওয়ার্নিং এর সংখ্যা রিটার্ন করে।