Abs: Get absolute value.
Acos: Gets the inverse cosine value.
Ada_afetch: Gets the returned column of the database.
Ada_autocommit: Switch automatic change function.
Ada_close: Close Adabas D link.
Ada_commit: Change Adabas D database.
Ada_connect: Link to Adabas D database.
Ada_exec: Executes the SQL instruction.
Ada_fetchrow: Gets a column returned.
Ada_fieldname: Gets the field name.
Ada_fieldtype: Get field data form.
Ada_freeresult: Releases the memory that is transmitted back to the data.
Ada_numfields: Gets the number of fields.
Ada_numrows: Gets the number of returned columns.
Ada_result: Obtain the data returned.
Ada_resultall: Returns HTML table data.
Ada_rollback: Undoes the current transaction.
Addslashes: String join Slash.
Apache_lookup_uri: Get all the URI related information.
Apache_note: Obtains and sets the request record of the Apache server.
Array: Create a new array.
Array_walk: Allows the user to customize the function to handle each element in the array.
Arsort: Sorts the values of the array from large to small.
Asin: Gets the inverse sine value.
Asort: Sorts the values of the array from small to large.
Aspell_check: Check for a word.
Aspell_check-raw: Check a word, even if the spelling is not changed or corrected.
Aspell_new: Loads a new dictionary.
Aspell_suggest: Check a word and provide spelling suggestions.
Atan: Gets the inverse tangent value.
Atan2: Calculates the inverse tangent of two numbers.
Base64_decode: Decodes the BASE64 encoded string.
Base64_encode: Encodes the string as BASE64.
basename: Returns a file string without a path.
Base_convert: Converts the carry mode of a number.
Bcadd: Adds two high-precision numbers.
Bccomp: Comparison of two high-precision numbers.
Bcdiv: Divides two high-precision numbers.
Bcmod: The remainder of the high-precision number is obtained.
Bcmul: Multiplies two high-precision numbers.
Bcpow: To find a high-precision digital square value.
Bcscale: Sets the default number of decimal places for all BC function libraries in the program.
BCSQRT: To find the square root of a high-precision number.
Bcsub: Subtract two high-precision digits.
Bin2Hex: binary turns into 16 decimal.
Bindec: binary turns into 10 decimal.
Ceil: Calculates the smallest integer greater than the specified number.
ChDir: Change directory.
Checkdate: Verify the correctness of the date.
CHECKDNSRR: Check DNS records for the specified URLs.
CHGRP: Change the group to which the file belongs.
chmod: Change the properties of the file.
Chop: Remove continuous whitespace.
Chown: Change the owner of the file.
CHR: A character that returns an ordinal value.
Chunk_split: Divides the string into small segments.
Clearstatcache: Clears the file status cache.
Closedir: Close directory handle.
Closelog: Shut down the system record.
Connection_aborted: Returns True if the link is interrupted.
Connection_status: Get the connection status.
Connection_timeout: Returns True if the execution time of the PHP program is exceeded.
Convert_cyr_string: Convert Cyrillic strings into other strings.
Copy: Copies the file.
COS: cosine calculation.
Count: Calculates the number of elements in a variable or array.
Crypt: The string is encrypted with DES encoding.
Current: Returns the existing element in the array.
Date: Formats the time of the server.
Dbase_add_record: Add data to the DBase data sheet.
Dbase_close: Close the DBase table.
Dbase_create: Establishes a dBase data table.
Dbase_delete_record: Delete data from dBase tables.
Dbase_get_record: Access to dBase data sheets.
Dbase_numfields: Gets the number of fields in the DBase data table.
Dbase_numrecords: Gets the number of columns in the DBase table.
Dbase_open: Open dBase data table.
Dbase_pack: Clean up dBase tables.
Dba_close: Close the repository.
Dba_delete: Deletes the specified data.
http://www.bkjia.com/PHPjc/632436.html www.bkjia.com true http://www.bkjia.com/PHPjc/632436.html techarticle Abs: Get absolute value. Acos: Gets the inverse cosine value. Ada_afetch: Gets the returned column of the database. Ada_autocommit: Switch automatic change function. Ada_close: Close Adabas D link. Ada_ ...