maxdb_real_escape_string -
Escapes special characters in a string for use in a SQL statement,
taking into account the current charset of the connection
SWFShape::drawArc - Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock
SWFShape::drawCircle - Draws a circle of radius r centered at the current location, in a counter-clockwise fashion
SWFShape::drawCubic - Draws a cubic bezier curve using the current position and the three given points as control points
SWFShape::drawCubicTo - Draws a cubic bezier curve using the current position and the three given points as control points
SWFShape::drawGlyph - Draws the first character in the given string into the shape using the glyph definition from the given font
SWFSound - Returns a new SWFSound object from given file
SWFText::addUTF8String - Writes the given text into this SWFText object at the current pen position,
using the current font, height, spacing, and color
SWFText::getAscent - Returns the ascent of the current font at its current size, or 0 if not available
SWFText::getDescent - Returns the descent of the current font at its current size, or 0 if not available
SWFText::getLeading - Returns the leading of the current font at its current size, or 0 if not available
SWFText::getUTF8Width - calculates the width of the given string in this text objects current font and size
SWFTextField::addChars - adds characters to a font that will be available within a textfield
mysqli_real_escape_string -
Escapes special characters in a string for use in a SQL statement,
taking into account the current charset of the connection
odbc_foreignkeys -
Returns a list of foreign keys in the specified table or a list
of foreign keys in other tables that refer to the primary key in
the specified table
odbc_specialcolumns -
Returns either the optimal set of columns that uniquely
identifies a row in the table or columns that are automatically
updated when any value in the row is updated by a transaction
SDO_DAS_Relational::executePreparedQuery -
Executes an SQL query passed as a prepared statement, with a
list of values to substitute for placeholders, and return the
results as a normalised data graph.
SDO_DAS_Relational::executeQuery -
Executes a given SQL query against a relational database
and returns the results as a normalised data graph.
socket_getpeername -
Queries the remote side of the given socket which may either result in host/port
or in a Unix filesystem path, dependent on its type
socket_getsockname -
Queries the local side of the given socket which may either result in host/port
or in a Unix filesystem path, dependent on its type
stats_rand_gen_chisquare - Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.
stats_rand_gen_exponential - Generates a single random deviate from an exponential distribution with mean "av"
stats_rand_gen_f - Generates a random deviate from the F (variance ratio) distribution with "dfn" degrees of freedom in the numerator and "dfd" degrees of freedom in the denominator. Method : directly generates ratio of chisquare variates
stats_rand_gen_funiform - Generates uniform float between low (exclusive) and high (exclusive)
stats_rand_gen_ibinomial_negative - Generates a single random deviate from a negative binomial distribution. Arguments : n - the number of trials in the negative binomial distribution from which a random deviate is to be generated (n > 0), p - the probability of an event (0 < p < 1)).
stats_rand_gen_ibinomial - Generates a single random deviate from a binomial distribution whose number of trials is "n" (n >= 0) and whose probability of an event in each trial is "pp" ([0;1]). Method : algorithm BTPE
stats_rand_gen_ipoisson - Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).
stats_rand_gen_iuniform - Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
stats_rand_gen_noncenral_chisquare - Generates random deviate from the distribution of a noncentral chisquare with "df" degrees of freedom and noncentrality parameter "xnonc". d must be >= 1.0, xnonc must >= 0.0
stats_rand_gen_noncentral_f - Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
stats_rand_gen_normal - Generates a single random deviate from a normal distribution with mean, av, and standard deviation, sd (sd >= 0). Method : Renames SNORM from TOMS as slightly modified by BWB to use RANF instead of SUNIF.
stats_rand_gen_t - Generates a single random deviate from a T distribution
stats_rand_ranf - Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator