Słownik i definicje programowania w PHP na S
PHP (skrót od angielskiej nazwy "PHP: Hypertext Preprocessor") to język programowania, który jest szczególnie popularny w branży IT i jest często używany do tworzenia aplikacji internetowych oraz skromnych stron internetowych. PHP jest językiem skryptowym, co oznacza, że jest interpretowany przez serwer internetowy i nie wymaga kompilacji przed uruchomieniem.
- Jak działa Sizeof wywołanie funkcji
Alias of count()
co to jest, błędy i użycie.
- Jak działa Show_Source wywołanie funkcji
Alias of highlight_file()
definicja, błędy i użycie.
- Jak działa Sinh wywołanie funkcji
Hyperbolic sine
co znaczy, błędy i użyciefloat sinh ( float arg )
. - Jak działa Sqrt wywołanie funkcji
Square root
słownik, błędy i użyciefloat sqrt ( float arg )
. - Jak działa Set_File_Buffer wywołanie funkcji
Alias of stream_set_write_buffer()
znaczenie, błędy i użycie.
- Jak działa Sin wywołanie funkcji
Sine
czym jest, błędy i użyciefloat sin ( float arg )
. - Jak działa Shuffle wywołanie funkcji
Shuffle an array
co oznacza, błędy i użyciebool shuffle ( array &array )
. - Jak działa Sort wywołanie funkcji
Sort an array
krzyżówka, błędy i użyciebool sort ( array &array [, int sort_flags] )
. - Jak działa Strftime wywołanie funkcji
Format a local time/date according to locale settings
najlepszy, błędy i użyciestring strftime ( string format [, int timestamp] )
. - Jak działa Strptime wywołanie funkcji
Parse a time/date generated with strftime()
przykłady, błędy i użyciearray strptime ( string date, string format )
. - Jak działa Strtotime wywołanie funkcji
Parse about any English textual datetime description into a Unix timestamp
encyklopedia, błędy i użycieint strtotime ( string time [, int now] )
. - Jak działa Scandir wywołanie funkcji
List files and directories inside the specified path
jak działa, błędy i użyciearray scandir ( string directory [, int sorting_order [, resource context]] )
. - Jak działa Set_Error_Handler wywołanie funkcji
Sets a user-defined error handler function
czy jest, błędy i użyciemixed set_error_handler ( callback error_handler [, int error_types] )
. - Jak działa Set_Exception_Handler wywołanie funkcji
Sets a user-defined exception handler function
pojęcie, błędy i użyciestring set_exception_handler ( callback exception_handler )
. - Jak działa Stat wywołanie funkcji
Gives information about a file
wyjaśnienie, błędy i użyciearray stat ( string filename )
. - Jak działa Symlink wywołanie funkcji
Creates a symbolic link
opis, błędy i użyciebool symlink ( string target, string link )
. - Jak działa Setcookie wywołanie funkcji
Send a cookie
informacje, błędy i użyciebool setcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )
. - Jak działa Setrawcookie wywołanie funkcji
Send a cookie without urlencoding the cookie value
co to jest, błędy i użyciebool setrawcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )
. - Jak działa Srand wywołanie funkcji
Seed the random number generator
definicja, błędy i użycievoid srand ( [int seed] )
. - Jak działa Addasound Swfbutton wywołanie funkcji
Associates a sound with a button transition
co znaczy, błędy i użycieSWFSoundInstance SWFButton::addASound ( SWFSound sound, int flags )
. - Jak działa Setmenu Swfbutton wywołanie funkcji
enable track as menu button behaviour
słownik, błędy i użycievoid SWFButton::setMenu ( int flag )
. - Jak działa Addaction Swfdisplayitem wywołanie funkcji
Adds this SWFAction to the given SWFSprite instance
znaczenie, błędy i użycievoid SWFDisplayItem::addAction ( SWFAction action, int flags )
. - Jak działa Endmask Swfdisplayitem wywołanie funkcji
Another way of defining a MASK layer
czym jest, błędy i użycievoid SWFDisplayItem::endMask ( void )
. - Jak działa Getrot Swfdisplayitem wywołanie funkcji
co oznacza, błędy i użycie
float SWFDisplayItem::getRot ( void )
. - Jak działa Getx Swfdisplayitem wywołanie funkcji
krzyżówka, błędy i użycie
float SWFDisplayItem::getX ( void )
. - Jak działa Getxscale Swfdisplayitem wywołanie funkcji
najlepszy, błędy i użycie
float SWFDisplayItem::getXScale ( void )
. - Jak działa Getxskew Swfdisplayitem wywołanie funkcji
przykłady, błędy i użycie
float SWFDisplayItem::getXSkew ( void )
. - Jak działa Gety Swfdisplayitem wywołanie funkcji
encyklopedia, błędy i użycie
float SWFDisplayItem::getY ( void )
. - Jak działa Getyscale Swfdisplayitem wywołanie funkcji
jak działa, błędy i użycie
float SWFDisplayItem::getYScale ( void )
. - Jak działa Getyskew Swfdisplayitem wywołanie funkcji
czy jest, błędy i użycie
float SWFDisplayItem::getYSkew ( void )
. - Jak działa Setmasklevel Swfdisplayitem wywołanie funkcji
Defines a MASK layer at level
pojęcie, błędy i użycievoid SWFDisplayItem::setMaskLevel ( int level )
. - Jak działa Setmatrix Swfdisplayitem wywołanie funkcji
Sets the item's transform matrix
wyjaśnienie, błędy i użycievoid SWFDisplayItem::setMatrix ( float a, float b, float c, float d, float x, float y )
. - Jak działa Getascent Swffont wywołanie funkcji
Returns the ascent of the font, or 0 if not available
opis, błędy i użyciefloat SWFFont::getAscent ( void )
. - Jak działa Getdescent Swffont wywołanie funkcji
Returns the descent of the font, or 0 if not available
informacje, błędy i użyciefloat SWFFont::getDescent ( void )
. - Jak działa Getleading Swffont wywołanie funkcji
Returns the leading of the font, or 0 if not available
co to jest, błędy i użyciefloat SWFFont::getLeading ( void )
. - Jak działa Getshape Swffont wywołanie funkcji
Returns the glyph shape of a char as a text string
definicja, błędy i użyciestring SWFFont::getShape ( int code )
. - Jak działa Getutf8Width Swffont wywołanie funkcji
Calculates the width of the given string in this font at full height
co znaczy, błędy i użyciefloat SWFFont::getUTF8Width ( string string )
. - Jak działa Addchars Swffontchar wywołanie funkcji
Adds characters to a font for exporting font
słownik, błędy i użycievoid SWFFontChar::addChars ( string char )
. - Jak działa Addutf8Chars Swffontchar wywołanie funkcji
Adds characters to a font for exporting font
znaczenie, błędy i użycievoid SWFFontChar::addUTF8Chars ( string char )
. - Jak działa Addexport Swfmovie wywołanie funkcji
czym jest, błędy i użycie
void SWFMovie::addExport ( SWFCharacter char, string name )
. - Jak działa Addfont Swfmovie wywołanie funkcji
co oznacza, błędy i użycie
SWFFontChar SWFMovie::addFont ( SWFFont font )
. - Jak działa Importchar Swfmovie wywołanie funkcji
krzyżówka, błędy i użycie
SWFSprite SWFMovie::importChar ( string libswf, string name )
. - Jak działa Importfont Swfmovie wywołanie funkcji
najlepszy, błędy i użycie
SWFFontChar SWFMovie::importFont ( string libswf, string name )
. - Jak działa Labelframe Swfmovie wywołanie funkcji
Labels frame
przykłady, błędy i użycievoid SWFMovie::labelFrame ( string label )
. - Jak działa Savetofile Swfmovie wywołanie funkcji
encyklopedia, błędy i użycie
int SWFMovie::saveToFile ( stream x [, int compression] )
. - Jak działa Startsound Swfmovie wywołanie funkcji
jak działa, błędy i użycie
SWFSoundInstance SWFMovie::startSound ( SWFSound sound )
. - Jak działa Stopsound Swfmovie wywołanie funkcji
czy jest, błędy i użycie
void SWFMovie::stopSound ( SWFSound sound )
. - Jak działa Writeexports Swfmovie wywołanie funkcji
pojęcie, błędy i użycie
void SWFMovie::writeExports ( void )
. - Jak działa Swfprebuiltclip wywołanie funkcji
Returns a SWFPrebuiltClip object
wyjaśnienie, błędy i użycieSWFPrebuiltClip SWFPrebuiltClip ( [string file] )
. - Jak działa Drawarc Swfshape wywołanie funkcji
Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock
opis, błędy i użycievoid SWFShape::drawArc ( float r, float startAngle, float endAngle )
. - Jak działa Drawcircle Swfshape wywołanie funkcji
Draws a circle of radius r centered at the current location, in a counter-clockwise fashion
informacje, błędy i użycievoid SWFShape::drawCircle ( float r )
. - Jak działa Drawcubic Swfshape wywołanie funkcji
Draws a cubic bezier curve using the current position and the three given points as control points
co to jest, błędy i użycieint SWFShape::drawCubic ( float bx, float by, float cx, float cy, float dx, float dy )
. - Jak działa Drawcubicto Swfshape wywołanie funkcji
Draws a cubic bezier curve using the current position and the three given points as control points
definicja, błędy i użycieint SWFShape::drawCubicTo ( float bx, float by, float cx, float cy, float dx, float dy )
. - Jak działa Drawglyph Swfshape wywołanie funkcji
Draws the first character in the given string into the shape using the glyph definition from the given font
co znaczy, błędy i użycievoid SWFShape::drawGlyph ( SWFFont font, string character [, int size] )
. - Jak działa Swfsound wywołanie funkcji
Returns a new SWFSound object from given file
słownik, błędy i użycieSWFSound SWFSound ( string filename, int flags )
. - Jak działa Loopcount Swfsoundinstance wywołanie funkcji
znaczenie, błędy i użycie
void SWFSoundInstance::loopCount ( int point )
. - Jak działa Loopinpoint Swfsoundinstance wywołanie funkcji
czym jest, błędy i użycie
void SWFSoundInstance::loopInPoint ( int point )
. - Jak działa Loopoutpoint Swfsoundinstance wywołanie funkcji
co oznacza, błędy i użycie
void SWFSoundInstance::loopOutPoint ( int point )
. - Jak działa Nomultiple Swfsoundinstance wywołanie funkcji
krzyżówka, błędy i użycie
void SWFSoundInstance::noMultiple ( void )
. - Jak działa Labelframe Swfsprite wywołanie funkcji
Labels frame
najlepszy, błędy i użycievoid SWFSprite::labelFrame ( string label )
. - Jak działa Startsound Swfsprite wywołanie funkcji
przykłady, błędy i użycie
SWFSoundInstance SWFSprite::startSound ( SWFSound sound )
. - Jak działa Stopsound Swfsprite wywołanie funkcji
encyklopedia, błędy i użycie
void SWFSprite::stopSound ( SWFSound sound )
. - Jak działa Swffont wywołanie funkcji
Loads a font definition
jak działa, błędy i użycieSWFFont swffont ( string filename )
. - Jak działa Addutf8String Swftext wywołanie funkcji
Writes the given text into this SWFText object at the current pen position,using the current font, height, spacing, and color
czy jest, błędy i użycievoid SWFText::addUTF8String ( string text )
. - Jak działa Getascent Swftext wywołanie funkcji
Returns the ascent of the current font at its current size, or 0 if not available
pojęcie, błędy i użyciefloat SWFText::getAscent ( void )
. - Jak działa Getdescent Swftext wywołanie funkcji
Returns the descent of the current font at its current size, or 0 if not available
wyjaśnienie, błędy i użyciefloat SWFText::getDescent ( void )
. - Jak działa Getleading Swftext wywołanie funkcji
Returns the leading of the current font at its current size, or 0 if not available
opis, błędy i użyciefloat SWFText::getLeading ( void )
. - Jak działa Getutf8Width Swftext wywołanie funkcji
calculates the width of the given string in this text objects current font and size
informacje, błędy i użyciefloat SWFText::getUTF8Width ( string string )
. - Jak działa Addchars Swftextfield wywołanie funkcji
adds characters to a font that will be available within a textfield
co to jest, błędy i użycievoid SWFTextField::addChars ( string chars )
. - Jak działa Setpadding Swftextfield wywołanie funkcji
Sets the padding of this textfield
definicja, błędy i użycievoid SWFTextField::setPadding ( float padding )
. - Jak działa Getnumframes Swfvideostream wywołanie funkcji
co znaczy, błędy i użycie
int SWFVideoStream::getNumFrames ( void )
. - Jak działa Setdimension Swfvideostream wywołanie funkcji
słownik, błędy i użycie
void SWFVideoStream::setDimension ( int x, int y )
. - Jak działa Swfvideostream wywołanie funkcji
Returns a SWFVideoStream object
znaczenie, błędy i użycieSWFVideoStream SWFVideoStream ( [string file] )
. - Jak działa Swfaction wywołanie funkcji
Creates a new Action
czym jest, błędy i użycieSWFAction swfaction ( string script )
. - Jak działa Getheight Swfbitmap wywołanie funkcji
Returns the bitmap's height
co oznacza, błędy i użyciefloat swfbitmap->getheight ( void )
. - Jak działa Getwidth Swfbitmap wywołanie funkcji
Returns the bitmap's width
krzyżówka, błędy i użyciefloat swfbitmap->getwidth ( void )
. - Jak działa Swfbitmap wywołanie funkcji
Loads Bitmap object
najlepszy, błędy i użycieSWFBitmap swfbitmap ( mixed file [, mixed alphafile] )
. - Jak działa Addaction Swfbutton wywołanie funkcji
Adds an action
przykłady, błędy i użycievoid swfbutton->addaction ( resource action, int flags )
. - Jak działa Addshape Swfbutton wywołanie funkcji
Adds a shape to a button
encyklopedia, błędy i użycievoid swfbutton->addshape ( resource shape, int flags )
. - Jak działa Setaction Swfbutton wywołanie funkcji
Sets the action
jak działa, błędy i użycievoid swfbutton->setaction ( resource action )
. - Jak działa Setdown Swfbutton wywołanie funkcji
Alias for addShape(shape, SWFBUTTON_DOWN)
czy jest, błędy i użycievoid swfbutton->setdown ( resource shape )
. - Jak działa Sethit Swfbutton wywołanie funkcji
Alias for addShape(shape, SWFBUTTON_HIT)
pojęcie, błędy i użycievoid swfbutton->sethit ( resource shape )
. - Jak działa Setover Swfbutton wywołanie funkcji
Alias for addShape(shape, SWFBUTTON_OVER)
wyjaśnienie, błędy i użycievoid swfbutton->setover ( resource shape )
. - Jak działa Setup Swfbutton wywołanie funkcji
Alias for addShape(shape, SWFBUTTON_UP)
opis, błędy i użycievoid swfbutton->setup ( resource shape )
. - Jak działa Swfbutton wywołanie funkcji
Creates a new Button
informacje, błędy i użycieSWFButton swfbutton ( void )
. - Jak działa Addcolor Swfdisplayitem wywołanie funkcji
Adds the given color to this item's color transform
co to jest, błędy i użycievoid swfdisplayitem->addcolor ( int red, int green, int blue [, int a] )
. - Jak działa Move Swfdisplayitem wywołanie funkcji
Moves object in relative coordinates
definicja, błędy i użycievoid swfdisplayitem->move ( int dx, int dy )
. - Jak działa Moveto Swfdisplayitem wywołanie funkcji
Moves object in global coordinates
co znaczy, błędy i użycievoid swfdisplayitem->moveto ( int x, int y )
. - Jak działa Multcolor Swfdisplayitem wywołanie funkcji
Multiplies the item's color transform
słownik, błędy i użycievoid swfdisplayitem->multcolor ( int red, int green, int blue [, int a] )
. - Jak działa Remove Swfdisplayitem wywołanie funkcji
Removes the object from the movie
znaczenie, błędy i użycievoid swfdisplayitem->remove ( void )
. - Jak działa Rotate Swfdisplayitem wywołanie funkcji
Rotates in relative coordinates
czym jest, błędy i użycievoid swfdisplayitem->rotate ( float ddegrees )
. - Jak działa Rotateto Swfdisplayitem wywołanie funkcji
Rotates the object in global coordinates
co oznacza, błędy i użycievoid swfdisplayitem->rotateto ( float degrees )
. - Jak działa Scale Swfdisplayitem wywołanie funkcji
Scales the object in relative coordinates
krzyżówka, błędy i użycievoid swfdisplayitem->scale ( int dx, int dy )
. - Jak działa Scaleto Swfdisplayitem wywołanie funkcji
Scales the object in global coordinates
najlepszy, błędy i użycievoid swfdisplayitem->scaleto ( int x [, int y] )
. - Jak działa Setdepth Swfdisplayitem wywołanie funkcji
Sets z-order
przykłady, błędy i użycievoid swfdisplayitem->setdepth ( float depth )
. - Jak działa Setname Swfdisplayitem wywołanie funkcji
Sets the object's name
encyklopedia, błędy i użycievoid swfdisplayitem->setname ( string name )
. - Jak działa Setratio Swfdisplayitem wywołanie funkcji
Sets the object's ratio
jak działa, błędy i użycievoid swfdisplayitem->setratio ( float ratio )
. - Jak działa Skewx Swfdisplayitem wywołanie funkcji
Sets the X-skew
czy jest, błędy i użycievoid swfdisplayitem->skewx ( float ddegrees )
. - Jak działa Skewxto Swfdisplayitem wywołanie funkcji
Sets the X-skew
pojęcie, błędy i użycievoid swfdisplayitem->skewxto ( float degrees )
. - Jak działa Skewy Swfdisplayitem wywołanie funkcji
Sets the Y-skew
wyjaśnienie, błędy i użycievoid swfdisplayitem->skewy ( float ddegrees )
. - Jak działa Skewyto Swfdisplayitem wywołanie funkcji
Sets the Y-skew
opis, błędy i użycievoid swfdisplayitem->skewyto ( float degrees )
. - Jak działa Moveto Swffill wywołanie funkcji
Moves fill origin
informacje, błędy i użycievoid swffill->moveto ( int x, int y )
. - Jak działa Rotateto Swffill wywołanie funkcji
Sets fill's rotation
co to jest, błędy i użycievoid swffill->rotateto ( float degrees )
. - Jak działa Scaleto Swffill wywołanie funkcji
Sets fill's scale
definicja, błędy i użycievoid swffill->scaleto ( int x [, int y] )
. - Jak działa Skewxto Swffill wywołanie funkcji
Sets fill x-skew
co znaczy, błędy i użycievoid swffill->skewxto ( float x )
. - Jak działa Skewyto Swffill wywołanie funkcji
Sets fill y-skew
słownik, błędy i użycievoid swffill->skewyto ( float y )
. - Jak działa Swffill wywołanie funkcji
Loads SWFFill object
znaczenie, błędy i użycieSWFFill swffill ( void )
. - Jak działa Getwidth Swffont wywołanie funkcji
Returns the string's width
czym jest, błędy i użyciefloat swffont->getwidth ( string string )
. - Jak działa Addentry Swfgradient wywołanie funkcji
Adds an entry to the gradient list
co oznacza, błędy i użycievoid swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] )
. - Jak działa Swfgradient wywołanie funkcji
Creates a gradient object
krzyżówka, błędy i użycieSWFGradient swfgradient ( void )
. - Jak działa Getshape1 Swfmorph wywołanie funkcji
Gets a handle to the starting shape
najlepszy, błędy i użyciemixed swfmorph->getshape1 ( void )
. - Jak działa Getshape2 Swfmorph wywołanie funkcji
Gets a handle to the ending shape
przykłady, błędy i użyciemixed swfmorph->getshape2 ( void )
. - Jak działa Swfmorph wywołanie funkcji
Creates a new SWFMorph object
encyklopedia, błędy i użycieSWFMorph swfmorph ( void )
. - Jak działa Add Swfmovie wywołanie funkcji
Adds any type of data to a movie
jak działa, błędy i użycievoid swfmovie->add ( resource instance )
. - Jak działa Nextframe Swfmovie wywołanie funkcji
Moves to the next frame of the animation
czy jest, błędy i użycievoid swfmovie->nextframe ( void )
. - Jak działa Output Swfmovie wywołanie funkcji
Dumps your lovingly prepared movie out
pojęcie, błędy i użycieint swfmovie->output ( [int compression] )
. - Jak działa Remove Swfmovie wywołanie funkcji
Removes the object instance from the display list
wyjaśnienie, błędy i użycievoid swfmovie->remove ( resource instance )
. - Jak działa Save Swfmovie wywołanie funkcji
Saves your movie in a file
opis, błędy i użycieint swfmovie->save ( string filename [, int compression] )
. - Jak działa Setbackground Swfmovie wywołanie funkcji
Sets the background color
informacje, błędy i użycievoid swfmovie->setbackground ( int red, int green, int blue )
. - Jak działa Setdimension Swfmovie wywołanie funkcji
Sets the movie's width and height
co to jest, błędy i użycievoid swfmovie->setdimension ( int width, int height )
. - Jak działa Setframes Swfmovie wywołanie funkcji
Sets the total number of frames in the animation
definicja, błędy i użycievoid swfmovie->setframes ( string numberofframes )
. - Jak działa Setrate Swfmovie wywołanie funkcji
Sets the animation's frame rate
co znaczy, błędy i użycievoid swfmovie->setrate ( int rate )
. - Jak działa Streammp3 Swfmovie wywołanie funkcji
Streams a MP3 file
słownik, błędy i użycievoid swfmovie->streammp3 ( mixed mp3File )
. - Jak działa Swfmovie wywołanie funkcji
Creates a new movie object, representing an SWF version 4 movie
znaczenie, błędy i użycieSWFMovie swfmovie ( void )
. - Jak działa Addfill Swfshape wywołanie funkcji
Adds a solid fill to the shape
czym jest, błędy i użycieSWFFill SWFShape->addFill ( int red, int green, int blue [, int a] )
. - Jak działa Drawcurve Swfshape wywołanie funkcji
Draws a curve (relative)
co oznacza, błędy i użycieint swfshape->drawcurve ( int controldx, int controldy, int anchordx, int anchordy [, int targetdx, int targetdy] )
. - Jak działa Drawcurveto Swfshape wywołanie funkcji
Draws a curve
krzyżówka, błędy i użycieint swfshape->drawcurveto ( int controlx, int controly, int anchorx, int anchory [, int targetx, int targety] )
. - Jak działa Drawline Swfshape wywołanie funkcji
Draws a line (relative)
najlepszy, błędy i użycievoid swfshape->drawline ( int dx, int dy )
. - Jak działa Drawlineto Swfshape wywołanie funkcji
Draws a line
przykłady, błędy i użycievoid swfshape->drawlineto ( int x, int y )
. - Jak działa Movepen Swfshape wywołanie funkcji
Moves the shape's pen (relative)
encyklopedia, błędy i użycievoid swfshape->movepen ( int dx, int dy )
. - Jak działa Movepento Swfshape wywołanie funkcji
Moves the shape's pen
jak działa, błędy i użycievoid swfshape->movepento ( int x, int y )
. - Jak działa Setleftfill Swfshape wywołanie funkcji
Sets left rasterizing color
czy jest, błędy i użycievoid swfshape->setleftfill ( swfgradient fill )
. - Jak działa Setline Swfshape wywołanie funkcji
Sets the shape's line style
pojęcie, błędy i użycievoid swfshape->setline ( swfshape shape )
. - Jak działa Setrightfill Swfshape wywołanie funkcji
Sets right rasterizing color
wyjaśnienie, błędy i użycievoid swfshape->setrightfill ( swfgradient fill )
. - Jak działa Swfshape wywołanie funkcji
Creates a new shape object
opis, błędy i użycieSWFShape swfshape ( void )
. - Jak działa Add Swfsprite wywołanie funkcji
Adds an object to a sprite
informacje, błędy i użycievoid swfsprite->add ( resource object )
. - Jak działa Nextframe Swfsprite wywołanie funkcji
Moves to the next frame of the animation
co to jest, błędy i użycievoid swfsprite->nextframe ( void )
. - Jak działa Remove Swfsprite wywołanie funkcji
Removes an object to a sprite
definicja, błędy i użycievoid swfsprite->remove ( resource object )
. - Jak działa Setframes Swfsprite wywołanie funkcji
Sets the total number of frames in the animation
co znaczy, błędy i użycievoid swfsprite->setframes ( int numberofframes )
. - Jak działa Swfsprite wywołanie funkcji
Creates a movie clip (a sprite)
słownik, błędy i użycieSWFSprite swfsprite ( void )
. - Jak działa Addstring Swftext wywołanie funkcji
Draws a string
znaczenie, błędy i użycievoid swftext->addstring ( string string )
. - Jak działa Getwidth Swftext wywołanie funkcji
Computes string's width
czym jest, błędy i użyciefloat swftext->getwidth ( string string )
. - Jak działa Moveto Swftext wywołanie funkcji
Moves the pen
co oznacza, błędy i użycievoid swftext->moveto ( int x, int y )
. - Jak działa Setcolor Swftext wywołanie funkcji
Sets the current font color
krzyżówka, błędy i użycievoid swftext->setcolor ( int red, int green, int blue [, int a] )
. - Jak działa Setfont Swftext wywołanie funkcji
Sets the current font
najlepszy, błędy i użycievoid swftext->setfont ( string font )
. - Jak działa Setheight Swftext wywołanie funkcji
Sets the current font height
przykłady, błędy i użycievoid swftext->setheight ( int height )
. - Jak działa Setspacing Swftext wywołanie funkcji
Sets the current font spacing
encyklopedia, błędy i użycievoid swftext->setspacing ( float spacing )
. - Jak działa Swftext wywołanie funkcji
Creates a new SWFText object
jak działa, błędy i użycieSWFText swftext ( void )
. - Jak działa Addstring Swftextfield wywołanie funkcji
Concatenates the given string to the text field
czy jest, błędy i użycievoid swftextfield->addstring ( string string )
. - Jak działa Sesam_Disconnect wywołanie funkcji
Detach from SESAM connection
pojęcie, błędy i użyciebool sesam_disconnect ( void )
. - Jak działa Align Swftextfield wywołanie funkcji
Sets the text field alignment
wyjaśnienie, błędy i użycievoid swftextfield->align ( int alignement )
. - Jak działa Setbounds Swftextfield wywołanie funkcji
Sets the text field width and height
opis, błędy i użycievoid swftextfield->setbounds ( int width, int height )
. - Jak działa Setcolor Swftextfield wywołanie funkcji
Sets the color of the text field
informacje, błędy i użycievoid swftextfield->setcolor ( int red, int green, int blue [, int a] )
. - Jak działa Setfont Swftextfield wywołanie funkcji
Sets the text field font
co to jest, błędy i użycievoid swftextfield->setfont ( string font )
. - Jak działa Setheight Swftextfield wywołanie funkcji
Sets the font height of this text field font
definicja, błędy i użycievoid swftextfield->setheight ( int height )
. - Jak działa Setindentation Swftextfield wywołanie funkcji
Sets the indentation of the first line
co znaczy, błędy i użycievoid swftextfield->setindentation ( int width )
. - Jak działa Setleftmargin Swftextfield wywołanie funkcji
Sets the left margin width of the text field
słownik, błędy i użycievoid swftextfield->setleftmargin ( int width )
. - Jak działa Setlinespacing Swftextfield wywołanie funkcji
Sets the line spacing of the text field
znaczenie, błędy i użycievoid swftextfield->setlinespacing ( int height )
. - Jak działa Setmargins Swftextfield wywołanie funkcji
Sets the margins width of the text field
czym jest, błędy i użycievoid swftextfield->setmargins ( int left, int right )
. - Jak działa Setname Swftextfield wywołanie funkcji
Sets the variable name
co oznacza, błędy i użycievoid swftextfield->setname ( string name )
. - Jak działa Setrightmargin Swftextfield wywołanie funkcji
Sets the right margin width of the text field
krzyżówka, błędy i użycievoid swftextfield->setrightmargin ( int width )
. - Jak działa Swftextfield wywołanie funkcji
Creates a text field object
najlepszy, błędy i użycieSWFTextField swftextfield ( [int flags] )
. - Jak działa Sleep wywołanie funkcji
Delay execution
przykłady, błędy i użycieint sleep ( int seconds )
. - Jak działa Socket_Get_Status wywołanie funkcji
Alias of stream_get_meta_data()
encyklopedia, błędy i użycie.
- Jak działa Socket_Set_Blocking wywołanie funkcji
Alias of stream_set_blocking()
jak działa, błędy i użycie.
- Jak działa Socket_Set_Timeout wywołanie funkcji
Alias of stream_set_timeout()
czy jest, błędy i użycie.
- Jak działa Syslog wywołanie funkcji
Generate a system log message
pojęcie, błędy i użyciebool syslog ( int priority, string message )
. - Jak działa Set_Include_Path wywołanie funkcji
Sets the include_path configuration option
wyjaśnienie, błędy i użyciestring set_include_path ( string new_include_path )
. - Jak działa Set_Magic_Quotes_Runtime wywołanie funkcji
Sets the current active configuration setting ofmagic_quotes_runtime
opis, błędy i użyciebool set_magic_quotes_runtime ( int new_setting )
. - Jak działa Set_Time_Limit wywołanie funkcji
Limits the maximum execution time
informacje, błędy i użycievoid set_time_limit ( int seconds )
. - Jak działa Split wywołanie funkcji
Split string into array by regular expression
co to jest, błędy i użyciearray split ( string pattern, string string [, int limit] )
. - Jak działa Spliti wywołanie funkcji
Split string into array by regular expression case insensitive
definicja, błędy i użyciearray spliti ( string pattern, string string [, int limit] )
. - Jak działa Sql_Regcase wywołanie funkcji
Make regular expression for case insensitive match
co znaczy, błędy i użyciestring sql_regcase ( string string )
. - Jak działa Shell_Exec wywołanie funkcji
Execute command via shell and return the complete output as a string
słownik, błędy i użyciestring shell_exec ( string cmd )
. - Jak działa System wywołanie funkcji
Execute an external program and display the output
znaczenie, błędy i użyciestring system ( string command [, int &return_var] )
. - Jak działa Satellite_Caught_Exception wywołanie funkcji
See if an exception was caught from the previous function
czym jest, błędy i użyciebool satellite_caught_exception ( void )
. - Jak działa Satellite_Exception_Id wywołanie funkcji
Get the repository id for the latest exception.
co oznacza, błędy i użyciestring satellite_exception_id ( void )
. - Jak działa Satellite_Exception_Value wywołanie funkcji
Get the exception struct for the latest exception
krzyżówka, błędy i użycieOrbitStruct satellite_exception_value ( void )
. - Jak działa Satellite_Get_Repository_Id wywołanie funkcji
NOT IMPLEMENTED
najlepszy, błędy i użycieint satellite_get_repository_id ( object obj )
. - Jak działa Satellite_Load_Idl wywołanie funkcji
Instruct the type manager to load an IDL file
przykłady, błędy i użyciebool satellite_load_idl ( string file )
. - Jak działa Satellite_Object_To_String wywołanie funkcji
Convert an object to its string representation
encyklopedia, błędy i użyciestring satellite_object_to_string ( object obj )
. - Jak działa Sdo_Das_Changesummary_Beginlogging wywołanie funkcji
Begin change logging
jak działa, błędy i użycievoid SDO_DAS_ChangeSummary::beginLogging ( void )
. - Jak działa Sdo_Das_Changesummary_Endlogging wywołanie funkcji
End change logging
czy jest, błędy i użycievoid SDO_DAS_ChangeSummary::endLogging ( void )
. - Jak działa Sdo_Das_Changesummary_Getchangetype wywołanie funkcji
Get the type of change made to an SDO_DataObject
pojęcie, błędy i użycieint SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject dataObject )
. - Jak działa Sdo_Das_Changesummary_Getchangeddataobjects wywołanie funkcji
Get the changed data objects from a change summary
wyjaśnienie, błędy i użycieSDO_List SDO_DAS_ChangeSummary::getChangedDataObjects ( void )
. - Jak działa Sdo_Das_Changesummary_Getoldcontainer wywołanie funkcji
Get the old container for a deleted SDO_DataObject
opis, błędy i użycieSDO_DataObject SDO_DAS_ChangeSummary::getOldContainer ( SDO_DataObject dataObject )
. - Jak działa Sdo_Das_Changesummary_Getoldvalues wywołanie funkcji
Get the old values for a given changed SDO_DataObject
informacje, błędy i użycieSDO_List SDO_DAS_ChangeSummary::getOldValues ( SDO_DataObject dataObject )
. - Jak działa Sdo_Das_Changesummary_Islogging wywołanie funkcji
Test to see whether change logging is switched on
co to jest, błędy i użyciebool SDO_DAS_ChangeSummary::isLogging ( void )
. - Jak działa Shm_Detach wywołanie funkcji
Disconnects from shared memory segment
definicja, błędy i użyciebool shm_detach ( int shm_identifier )
. - Jak działa Sdo_Das_Datafactory_Addpropertytotype wywołanie funkcji
Adds a property to a type
co znaczy, błędy i użycievoid SDO_DAS_DataFactory::addPropertyToType ( string parentNamespaceURI, string parentTypeName, string propertyName, string propertyNamespaceURI, string propertyTypeName [, array options] )
. - Jak działa Sdo_Das_Datafactory_Addtype wywołanie funkcji
Add a new type to a model
słownik, błędy i użycievoid SDO_DAS_DataFactory::addType ( string namespaceURI, string typeName )
. - Jak działa Sdo_Das_Datafactory_Getdatafactory wywołanie funkcji
Get a data factory instance
znaczenie, błędy i użycieSDO_DAS_DataFactory SDO_DAS_DataFactory::getDataFactory ( void )
. - Jak działa Sdo_Das_Dataobject_Getchangesummary wywołanie funkcji
Get a data object's change summary
czym jest, błędy i użycieSDO_DAS_ChangeSummary SDO_DAS_DataObject::getChangeSummary ( void )
. - Jak działa Sdo_Das_Setting_Getlistindex wywołanie funkcji
Get the list index for a changed many-valued property
co oznacza, błędy i użycieint SDO_DAS_Setting::getListIndex ( void )
. - Jak działa Sdo_Das_Setting_Getpropertyindex wywołanie funkcji
Get the property index for a changed property
krzyżówka, błędy i użycieint SDO_DAS_Setting::getPropertyIndex ( void )
. - Jak działa Sdo_Das_Setting_Getpropertyname wywołanie funkcji
Get the property name for a changed property
najlepszy, błędy i użyciestring SDO_DAS_Setting::getPropertyName ( void )
. - Jak działa Sdo_Das_Setting_Getvalue wywołanie funkcji
Get the old value for the changed property
przykłady, błędy i użyciemixed SDO_DAS_Setting::getValue ( void )
. - Jak działa Sdo_Das_Setting_Isset wywołanie funkcji
Test whether a property was set prior to being modified
encyklopedia, błędy i użyciebool SDO_DAS_Setting::isSet ( void )
. - Jak działa Sesam_Field_Name wywołanie funkcji
Return one column name of the result set
jak działa, błędy i użycieint sesam_field_name ( string result_id, int index )
. - Jak działa Sdo_Datafactory_Create wywołanie funkcji
Create an SDO_DataObject
czy jest, błędy i użycievoid SDO_DataFactory::create ( string namespaceURI, string typeName )
. - Jak działa Sdo_Dataobject_Clear wywołanie funkcji
Clear an SDO_DataObject's properties
pojęcie, błędy i użycievoid SDO_DataObject::clear ( void )
. - Jak działa Sdo_Dataobject_Createdataobject wywołanie funkcji
Create a child SDO_DataObject
wyjaśnienie, błędy i użycieSDO_DataObject SDO_DataObject::createDataObject ( mixed identifier )
. - Jak działa Sdo_Dataobject_Getcontainer wywołanie funkcji
Get a data object's container
opis, błędy i użycieSDO_DataObject SDO_DataObject::getContainer ( void )
. - Jak działa Sdo_Dataobject_Getcontainmentpropertyname wywołanie funkcji
Get the container's property name
informacje, błędy i użyciestring SDO_DataObject::getContainmentPropertyName ( void )
. - Jak działa Sdo_Dataobject_Getsequence wywołanie funkcji
Get the sequence for a data object
co to jest, błędy i użycieSDO_Sequence SDO_DataObject::getSequence ( void )
. - Jak działa Sdo_Dataobject_Gettype wywołanie funkcji
Get the type of a data object
definicja, błędy i użyciearray SDO_DataObject::getType ( void )
. - Jak działa Sdo_List_Insert wywołanie funkcji
Insert into a list
co znaczy, błędy i użycievoid SDO_List::insert ( mixed value [, int index] )
. - Jak działa Sdo_Model_Property_Getcontainingtype wywołanie funkcji
Get the SDO_Model_Type which contains this property
słownik, błędy i użycieSDO_Model_Type SDO_Model_Property::getContainingType ( void )
. - Jak działa Sdo_Model_Property_Getdefault wywołanie funkcji
Get the default value for the property
znaczenie, błędy i użyciemixed SDO_Model_Property::getDefault ( void )
. - Jak działa Sdo_Model_Property_Getname wywołanie funkcji
Get the name of the SDO_Model_Property
czym jest, błędy i użyciestring SDO_Model_Property::getName ( void )
. - Jak działa Sdo_Model_Property_Gettype wywołanie funkcji
Get the SDO_Model_Type of the property
co oznacza, błędy i użycieSDO_Model_Type SDO_Model_Property::getType ( void )
. - Jak działa Sdo_Model_Property_Iscontainment wywołanie funkcji
Test to see if the property defines a containment relationship
krzyżówka, błędy i użycieboolean SDO_Model_Property::isContainment ( void )
. - Jak działa Sdo_Model_Property_Ismany wywołanie funkcji
Test to see if the property is many-valued
najlepszy, błędy i użycieboolean SDO_Model_Property::isMany ( void )
. - Jak działa Sdo_Model_Reflectiondataobject_Construct wywołanie funkcji
Construct an SDO_Model_ReflectionDataObject
przykłady, błędy i użycieSDO_Model_ReflectionDataObject SDO_Model_ReflectionDataObject::__construct ( SDO_DataObject data_object )
. - Jak działa Sdo_Model_Reflectiondataobject_Getcontainmentproperty wywołanie funkcji
Get the parent's SDO_Model_Property which defines the containment relationship to the reflected data object
encyklopedia, błędy i użycieSDO_Model_Property SDO_Model_ReflectionDataObject::getContainmentProperty ( void )
. - Jak działa Sdo_Model_Reflectiondataobject_Getinstanceproperties wywołanie funkcji
Get the instance properties of the SDO_DataObject
jak działa, błędy i użyciearray SDO_Model_ReflectionDataObject::getInstanceProperties ( void )
. - Jak działa Sdo_Model_Reflectiondataobject_Gettype wywołanie funkcji
Get the SDO_Model_Type for the SDO_DataObject
czy jest, błędy i użycieSDO_Model_Type SDO_Model_ReflectionDataObject::getType ( void )
. - Jak działa Sdo_Model_Type_Getbasetype wywołanie funkcji
Get the base type for this type
pojęcie, błędy i użycieSDO_Model_Type SDO_Model_Type::getBaseType ( void )
. - Jak działa Sdo_Model_Type_Getname wywołanie funkcji
Get the name of the type
wyjaśnienie, błędy i użyciestring SDO_Model_Type::getName ( void )
. - Jak działa Sdo_Model_Type_Getnamespaceuri wywołanie funkcji
Get the namespace URI of the type
opis, błędy i użyciestring SDO_Model_Type::getNamespaceURI ( void )
. - Jak działa Sdo_Model_Type_Getproperties wywołanie funkcji
Get the SDO_Model_Property objects defined for the type
informacje, błędy i użyciearray SDO_Model_Type::getProperties ( void )
. - Jak działa Sdo_Model_Type_Getproperty wywołanie funkcji
Get an SDO_Model_Property of the type
co to jest, błędy i użycieSDO_Model_Property SDO_Model_Type::getProperty ( mixed identifier )
. - Jak działa Sdo_Model_Type_Isdatatype wywołanie funkcji
Test to see if this SDO_Model_Type is a primitive data type
definicja, błędy i użycieboolean SDO_Model_Type::isDataType ( void )
. - Jak działa Sdo_Model_Type_Isinstance wywołanie funkcji
Test for an SDO_DataObject being an instance of this SDO_Model_Type
co znaczy, błędy i użycieboolean SDO_Model_Type::isInstance ( SDO_DataObject data_object )
. - Jak działa Sdo_Model_Type_Isopentype wywołanie funkcji
Test to see if this type is an open type
słownik, błędy i użycieboolean SDO_Model_Type::isOpenType ( void )
. - Jak działa Sdo_Model_Type_Issequencedtype wywołanie funkcji
Test to see if this is a sequenced type
znaczenie, błędy i użycieboolean SDO_Model_Type::isSequencedType ( void )
. - Jak działa Sdo_Sequence_Getpropertyindex wywołanie funkcji
Return the property index for the specified sequence index
czym jest, błędy i użycieint SDO_Sequence::getPropertyIndex ( int sequenceIndex )
. - Jak działa Sdo_Sequence_Getpropertyname wywołanie funkcji
Return the property name for the specified sequence index
co oznacza, błędy i użyciestring SDO_Sequence::getPropertyName ( int sequenceIndex )
. - Jak działa Sdo_Sequence_Insert wywołanie funkcji
Insert into a sequence
krzyżówka, błędy i użycievoid SDO_Sequence::insert ( mixed value [, int sequenceIndex [, mixed propertyIdentifier]] )
. - Jak działa Sdo_Sequence_Move wywołanie funkcji
Move an item to another sequence position
najlepszy, błędy i użycievoid SDO_Sequence::move ( int toIndex, int fromIndex )
. - Jak działa Sdo_Das_Xml_Document_Getencoding wywołanie funkcji
Returns encoding string
przykłady, błędy i użyciestring SDO_DAS_XML_Document::getEncoding ( void )
. - Jak działa Sdo_Das_Xml_Document_Getnonamespaceschemalocation wywołanie funkcji
Returns no namespace schema location
encyklopedia, błędy i użyciestring SDO_DAS_XML_Document::getNoNamespaceSchemaLocation ( void )
. - Jak działa Sdo_Das_Xml_Document_Getrootdataobject wywołanie funkcji
Returns the root SDO_DataObject
jak działa, błędy i użycieSDO_DataObject SDO_DAS_XML_Document::getRootDataObject ( void )
. - Jak działa Sesam_Errormsg wywołanie funkcji
Returns error message of last SESAM call
czy jest, błędy i użyciestring sesam_errormsg ( void )
. - Jak działa Sdo_Das_Xml_Document_Getrootelementname wywołanie funkcji
Returns root element's name
pojęcie, błędy i użyciestring SDO_DAS_XML_Document::getRootElementName ( void )
. - Jak działa Sdo_Das_Xml_Document_Getrootelementuri wywołanie funkcji
Returns root element's URI string
wyjaśnienie, błędy i użyciestring SDO_DAS_XML_Document::getRootElementURI ( void )
. - Jak działa Sdo_Das_Xml_Document_Getschemalocation wywołanie funkcji
Returns schema location
opis, błędy i użyciestring SDO_DAS_XML_Document::getSchemaLocation ( void )
. - Jak działa Sesam_Field_Array wywołanie funkcji
Return meta information about individual columns in a result
informacje, błędy i użyciearray sesam_field_array ( string result_id )
. - Jak działa Sdo_Das_Xml_Document_Getxmldeclaration wywołanie funkcji
Returns whether the xml declaration is set or not
co to jest, błędy i użyciebool SDO_DAS_XML_Document::getXMLDeclaration ( void )
. - Jak działa Sdo_Das_Xml_Document_Getxmlversion wywołanie funkcji
Returns xml declaration string
definicja, błędy i użyciestring SDO_DAS_XML_Document::getXMLVersion ( void )
. - Jak działa Sdo_Das_Xml_Document_Setencoding wywołanie funkcji
Sets the given string as encoding
co znaczy, błędy i użycievoid SDO_DAS_XML_Document::setEncoding ( string encoding )
. - Jak działa Sdo_Das_Xml_Document_Setnonamespaceschemalocation wywołanie funkcji
Sets the given string as no namespace schema location
słownik, błędy i użycievoid SDO_DAS_XML_Document::setNoNamespaceSchemaLocation ( string nnschemaLocation )
. - Jak działa Sdo_Das_Xml_Document_Setschemalocation wywołanie funkcji
Sets the given string as schema location
znaczenie, błędy i użycievoid SDO_DAS_XML_Document::setSchemaLocation ( string schemaLocation )
. - Jak działa Sdo_Das_Xml_Document_Setxmldeclaration wywołanie funkcji
Sets the xml declaration
czym jest, błędy i użycievoid SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )
. - Jak działa Sdo_Das_Xml_Document_Setxmlversion wywołanie funkcji
Sets the given string as xml version
co oznacza, błędy i użycievoid SDO_DAS_XML_Document::setXMLVersion ( string xmlVersion )
. - Jak działa Sdo_Das_Xml_Create wywołanie funkcji
To create SDO_DAS_XML object for a given schema file
krzyżówka, błędy i użycieSDO_DAS_XML SDO_DAS_XML::create ( string xsd_file )
. - Jak działa Sdo_Das_Xml_Createdataobject wywołanie funkcji
Creates SDO_DataObject for a given namespace URI and type name
najlepszy, błędy i użycieSDO_DataObject SDO_DAS_XML::createDataObject ( string namespace_uri, string type_name )
. - Jak działa Sdo_Das_Xml_Loadfromfile wywołanie funkcji
Returns SDO_DAS_XML_Document object for a given path to xml instance document
przykłady, błędy i użycieSDO_XMLDocument SDO_DAS_XML::loadFromFile ( string xml_file )
. - Jak działa Sdo_Das_Xml_Loadfromstring wywołanie funkcji
Returns SDO_DAS_XML_Document for a given xml instance string
encyklopedia, błędy i użycieSDO_DAS_XML_Document SDO_DAS_XML::loadFromString ( string xml_string )
. - Jak działa Sdo_Das_Xml_Savedataobjecttofile wywołanie funkcji
Saves the SDO_DataObject object to File
jak działa, błędy i użycievoid SDO_DAS_XML::saveDataObjectToFile ( SDO_DataObject do, string root_uri, string root_name, string xml_file )
. - Jak działa Sdo_Das_Xml_Savedataobjecttostring wywołanie funkcji
Saves the SDO_DataObject object to string
czy jest, błędy i użyciestring SDO_DAS_XML::saveDataObjectToString ( SDO_DataObject do, string root_uri, string root_name )
. - Jak działa Sdo_Das_Xml_Savedocumenttofile wywołanie funkcji
Saves the SDO_DAS_XML_Document object to a file
pojęcie, błędy i użycievoid SDO_DAS_XML::saveDocumentToFile ( SDO_XMLDocument xdoc, string xml_file )
. - Jak działa Sdo_Das_Xml_Savedocumenttostring wywołanie funkcji
Saves the SDO_DAS_XML_Document object to a string
wyjaśnienie, błędy i użyciestring SDO_DAS_XML::saveDocumentToString ( SDO_XMLDocument xdoc )
. - Jak działa Sdo_Das_Relational_Applychanges wywołanie funkcji
Applies the changes made to a data graph back to the database.
opis, błędy i użycievoid SDO_DAS_Relational::applyChanges ( PDO database_handle, SDODataObject root_data_object )
. - Jak działa Sdo_Das_Relational_Construct wywołanie funkcji
Creates an instance of a Relational Data Access Service
informacje, błędy i użycieSDO_DAS_Relational SDO_DAS_Relational::__construct ( array database_metadata [, string application_root_type [, array SDO_containment_references_metadata]] )
. - Jak działa Sdo_Das_Relational_Createrootdataobject wywołanie funkcji
Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch.
co to jest, błędy i użycieSDODataObject SDO_DAS_Relational::createRootDataObject ( void )
. - Jak działa Sdo_Das_Relational_Executepreparedquery wywołanie funkcji
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.
definicja, błędy i użycieSDODataObject SDO_DAS_Relational::executePreparedQuery ( PDO database_handle, PDOStatement prepared_statement, array value_list [, array column_specifier] )
. - Jak działa Sdo_Das_Relational_Executequery wywołanie funkcji
Executes a given SQL query against a relational databaseand returns the results as a normalised data graph.
co znaczy, błędy i użycieSDODataObject SDO_DAS_Relational::executeQuery ( PDO database_handle, string SQL_statement [, array column_specifier] )
. - Jak działa Sem_Acquire wywołanie funkcji
Acquire a semaphore
słownik, błędy i użyciebool sem_acquire ( resource sem_identifier )
. - Jak działa Sem_Get wywołanie funkcji
Get a semaphore id
znaczenie, błędy i użycieresource sem_get ( int key [, int max_acquire [, int perm [, int auto_release]]] )
. - Jak działa Sem_Release wywołanie funkcji
Release a semaphore
czym jest, błędy i użyciebool sem_release ( resource sem_identifier )
. - Jak działa Sem_Remove wywołanie funkcji
Remove a semaphore
co oznacza, błędy i użyciebool sem_remove ( resource sem_identifier )
. - Jak działa Shm_Attach wywołanie funkcji
Creates or open a shared memory segment
krzyżówka, błędy i użycieint shm_attach ( int key [, int memsize [, int perm]] )
. - Jak działa Shm_Get_Var wywołanie funkcji
Returns a variable from shared memory
najlepszy, błędy i użyciemixed shm_get_var ( int shm_identifier, int variable_key )
. - Jak działa Shm_Put_Var wywołanie funkcji
Inserts or updates a variable in shared memory
przykłady, błędy i użyciebool shm_put_var ( int shm_identifier, int variable_key, mixed variable )
. - Jak działa Shm_Remove_Var wywołanie funkcji
Removes a variable from shared memory
encyklopedia, błędy i użyciebool shm_remove_var ( int shm_identifier, int variable_key )
. - Jak działa Shm_Remove wywołanie funkcji
Removes shared memory from Unix systems
jak działa, błędy i użyciebool shm_remove ( int shm_identifier )
. - Jak działa Sesam_Affected_Rows wywołanie funkcji
Get number of rows affected by an immediate query
czy jest, błędy i użycieint sesam_affected_rows ( string result_id )
. - Jak działa Sesam_Commit wywołanie funkcji
Commit pending updates to the SESAM database
pojęcie, błędy i użyciebool sesam_commit ( void )
. - Jak działa Sesam_Connect wywołanie funkcji
Open SESAM database connection
wyjaśnienie, błędy i użyciebool sesam_connect ( string catalog, string schema, string user )
. - Jak działa Sesam_Diagnostic wywołanie funkcji
Return status information for last SESAM call
opis, błędy i użyciearray sesam_diagnostic ( void )
. - Jak działa Sesam_Execimm wywołanie funkcji
Execute an "immediate" SQL-statement
informacje, błędy i użyciestring sesam_execimm ( string query )
. - Jak działa Sesam_Fetch_Array wywołanie funkcji
Fetch one row as an associative array
co to jest, błędy i użyciearray sesam_fetch_array ( string result_id [, int whence [, int offset]] )
. - Jak działa Sesam_Fetch_Result wywołanie funkcji
Return all or part of a query result
definicja, błędy i użyciemixed sesam_fetch_result ( string result_id [, int max_rows] )
. - Jak działa Sesam_Fetch_Row wywołanie funkcji
Fetch one row as an array
co znaczy, błędy i użyciearray sesam_fetch_row ( string result_id [, int whence [, int offset]] )
. - Jak działa Sesam_Free_Result wywołanie funkcji
Releases resources for the query
słownik, błędy i użycieint sesam_free_result ( string result_id )
. - Jak działa Sesam_Num_Fields wywołanie funkcji
Return the number of fields/columns in a result set
znaczenie, błędy i użycieint sesam_num_fields ( string result_id )
. - Jak działa Sesam_Query wywołanie funkcji
Perform a SESAM SQL query and prepare the result
czym jest, błędy i użyciestring sesam_query ( string query [, bool scrollable] )
. - Jak działa Sesam_Rollback wywołanie funkcji
Discard any pending updates to the SESAM database
co oznacza, błędy i użyciebool sesam_rollback ( void )
. - Jak działa Sesam_Seek_Row wywołanie funkcji
Set scrollable cursor mode for subsequent fetches
krzyżówka, błędy i użyciebool sesam_seek_row ( string result_id, int whence [, int offset] )
. - Jak działa Sesam_Settransaction wywołanie funkcji
Set SESAM transaction parameters
najlepszy, błędy i użyciebool sesam_settransaction ( int isolation_level, int read_only )
. - Jak działa Session_Pgsql_Add_Error wywołanie funkcji
Increments error counts and sets last error message
przykłady, błędy i użyciebool session_pgsql_add_error ( int error_level [, string error_message] )
. - Jak działa Session_Pgsql_Get_Error wywołanie funkcji
Returns number of errors and last error message
encyklopedia, błędy i użyciearray session_pgsql_get_error ( [bool with_error_message] )
. - Jak działa Session_Pgsql_Get_Field wywołanie funkcji
Get custom field value
jak działa, błędy i użyciestring session_pgsql_get_field ( void )
. - Jak działa Session_Pgsql_Reset wywołanie funkcji
Reset connection to session database servers
czy jest, błędy i użyciebool session_pgsql_reset ( void )
. - Jak działa Session_Pgsql_Set_Field wywołanie funkcji
Set custom field value
pojęcie, błędy i użyciebool session_pgsql_set_field ( string value )
. - Jak działa Session_Pgsql_Status wywołanie funkcji
Get current save handler status
wyjaśnienie, błędy i użyciearray session_pgsql_status ( void )
. - Jak działa Session_Cache_Expire wywołanie funkcji
Return current cache expire
opis, błędy i użycieint session_cache_expire ( [int new_cache_expire] )
. - Jak działa Session_Cache_Limiter wywołanie funkcji
Get and/or set the current cache limiter
informacje, błędy i użyciestring session_cache_limiter ( [string cache_limiter] )
. - Jak działa Session_Commit wywołanie funkcji
Alias of session_write_close()
co to jest, błędy i użycie.
- Jak działa Session_Decode wywołanie funkcji
Decodes session data from a string
definicja, błędy i użyciebool session_decode ( string data )
. - Jak działa Session_Destroy wywołanie funkcji
Destroys all data registered to a session
co znaczy, błędy i użyciebool session_destroy ( void )
. - Jak działa Session_Encode wywołanie funkcji
Encodes the current session data as a string
słownik, błędy i użyciestring session_encode ( void )
. - Jak działa Session_Get_Cookie_Params wywołanie funkcji
Get the session cookie parameters
znaczenie, błędy i użyciearray session_get_cookie_params ( void )
. - Jak działa Session_Id wywołanie funkcji
Get and/or set the current session id
czym jest, błędy i użyciestring session_id ( [string id] )
. - Jak działa Session_Is_Registered wywołanie funkcji
Find out whether a global variable is registered in a session
co oznacza, błędy i użyciebool session_is_registered ( string name )
. - Jak działa Session_Module_Name wywołanie funkcji
Get and/or set the current session module
krzyżówka, błędy i użyciestring session_module_name ( [string module] )
. - Jak działa Session_Name wywołanie funkcji
Get and/or set the current session name
najlepszy, błędy i użyciestring session_name ( [string name] )
. - Jak działa Session_Regenerate_Id wywołanie funkcji
Update the current session id with a newly generated one
przykłady, błędy i użyciebool session_regenerate_id ( [bool delete_old_session] )
. - Jak działa Session_Register wywołanie funkcji
Register one or more global variables with the current session
encyklopedia, błędy i użyciebool session_register ( mixed name [, mixed ...] )
. - Jak działa Session_Save_Path wywołanie funkcji
Get and/or set the current session save path
jak działa, błędy i użyciestring session_save_path ( [string path] )
. - Jak działa Session_Set_Cookie_Params wywołanie funkcji
Set the session cookie parameters
czy jest, błędy i użycievoid session_set_cookie_params ( int lifetime [, string path [, string domain [, bool secure]]] )
. - Jak działa Session_Set_Save_Handler wywołanie funkcji
Sets user-level session storage functions
pojęcie, błędy i użyciebool session_set_save_handler ( string open, string close, string read, string write, string destroy, string gc )
. - Jak działa Session_Start wywołanie funkcji
Initialize session data
wyjaśnienie, błędy i użyciebool session_start ( void )
. - Jak działa Session_Unregister wywołanie funkcji
Unregister a global variable from the current session
opis, błędy i użyciebool session_unregister ( string name )
. - Jak działa Session_Unset wywołanie funkcji
Free all session variables
informacje, błędy i użycievoid session_unset ( void )
. - Jak działa Session_Write_Close wywołanie funkcji
Write session data and end session
co to jest, błędy i użycievoid session_write_close ( void )
. - Jak działa Shmop_Close wywołanie funkcji
Close shared memory block
definicja, błędy i użycievoid shmop_close ( int shmid )
. - Jak działa Shmop_Delete wywołanie funkcji
Delete shared memory block
co znaczy, błędy i użyciebool shmop_delete ( int shmid )
. - Jak działa Shmop_Open wywołanie funkcji
Create or open shared memory block
słownik, błędy i użycieint shmop_open ( int key, string flags, int mode, int size )
. - Jak działa Shmop_Read wywołanie funkcji
Read data from shared memory block
znaczenie, błędy i użyciestring shmop_read ( int shmid, int start, int count )
. - Jak działa Shmop_Size wywołanie funkcji
Get size of shared memory block
czym jest, błędy i użycieint shmop_size ( int shmid )
. - Jak działa Shmop_Write wywołanie funkcji
Write data into shared memory block
co oznacza, błędy i użycieint shmop_write ( int shmid, string data, int offset )
. - Jak działa Simplexml_Element_Asxml wywołanie funkcji
Return a well-formed XML string based on SimpleXML element
krzyżówka, błędy i użyciemixed SimpleXMLElement->asXML ( [string filename] )
. - Jak działa Simplexml_Element_Attributes wywołanie funkcji
Identifies an element's attributes
najlepszy, błędy i użycieSimpleXMLElement simplexml_element->attributes ( [string data] )
. - Jak działa Simplexml_Element_Children wywołanie funkcji
Finds children of given node
przykłady, błędy i użycieSimpleXMLElement simplexml_element->children ( [string nsprefix] )
. - Jak działa Simplexml_Element_Xpath wywołanie funkcji
Runs Xpath query on XML data
encyklopedia, błędy i użyciearray SimpleXMLElement->xpath ( string path )
. - Jak działa Simplexml_Import_Dom wywołanie funkcji
Get a SimpleXMLElement object from aDOM node.
jak działa, błędy i użycieSimpleXMLElement simplexml_import_dom ( DOMNode node [, string class_name] )
. - Jak działa Simplexml_Load_File wywołanie funkcji
Interprets an XML file into an object
czy jest, błędy i użycieobject simplexml_load_file ( string filename [, string class_name [, int options]] )
. - Jak działa Simplexml_Load_String wywołanie funkcji
Interprets a string of XML into an object
pojęcie, błędy i użycieobject simplexml_load_string ( string data [, string class_name [, int options]] )
. - Jak działa Snmp_Get_Quick_Print wywołanie funkcji
Fetches the current value of the UCD library's quick_print setting
wyjaśnienie, błędy i użyciebool snmp_get_quick_print ( void )
. - Jak działa Snmp_Get_Valueretrieval wywołanie funkcji
Return the method how the SNMP values will be returned
opis, błędy i użycieint snmp_get_valueretrieval ( void )
. - Jak działa Snmp_Read_Mib wywołanie funkcji
Reads and parses a MIB file into the active MIB tree
informacje, błędy i użyciebool snmp_read_mib ( string filename )
. - Jak działa Snmp_Set_Enum_Print wywołanie funkcji
Return all values that are enums with their enum value instead of the raw integer
co to jest, błędy i użycievoid snmp_set_enum_print ( int enum_print )
. - Jak działa Sqlite_Libversion wywołanie funkcji
Returns the version of the linked SQLite library
definicja, błędy i użyciestring sqlite_libversion ( void )
. - Jak działa Snmp_Set_Oid_Numeric_Print wywołanie funkcji
Return all objects including their respective object id within the specified one
co znaczy, błędy i użycievoid snmp_set_oid_numeric_print ( int oid_numeric_print )
. - Jak działa Snmp_Set_Quick_Print wywołanie funkcji
Set the value of quick_print within the UCD SNMP library
słownik, błędy i użycievoid snmp_set_quick_print ( bool quick_print )
. - Jak działa Snmp_Set_Valueretrieval wywołanie funkcji
Specify the method how the SNMP values will be returned
znaczenie, błędy i użycievoid snmp_set_valueretrieval ( int method )
. - Jak działa Snmpget wywołanie funkcji
Fetch an SNMP object
czym jest, błędy i użyciestring snmpget ( string hostname, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa Snmpgetnext wywołanie funkcji
Fetch a SNMP object
co oznacza, błędy i użyciestring snmpgetnext ( string host, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa Snmprealwalk wywołanie funkcji
Return all objects including their respective object ID within the specified one
krzyżówka, błędy i użyciearray snmprealwalk ( string host, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa Snmpset wywołanie funkcji
Set an SNMP object
najlepszy, błędy i użyciebool snmpset ( string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]] )
. - Jak działa Snmpwalk wywołanie funkcji
Fetch all the SNMP objects from an agent
przykłady, błędy i użyciearray snmpwalk ( string hostname, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa Snmpwalkoid wywołanie funkcji
Query for a tree of information about a network entity
encyklopedia, błędy i użyciearray snmpwalkoid ( string hostname, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa Soap_Soapclient_Call wywołanie funkcji
Calls a SOAP function (deprecated)
jak działa, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Construct wywołanie funkcji
SoapClient constructor
czy jest, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Dorequest wywołanie funkcji
Performs a SOAP request
pojęcie, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Getfunctions wywołanie funkcji
Returns list of SOAP functions
wyjaśnienie, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Getlastrequest wywołanie funkcji
Returns last SOAP request
opis, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Getlastrequestheaders wywołanie funkcji
Returns last SOAP request headers
informacje, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Getlastresponse wywołanie funkcji
Returns last SOAP response.
co to jest, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Getlastresponseheaders wywołanie funkcji
Returns last SOAP response headers.
definicja, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Gettypes wywołanie funkcji
Returns list of SOAP types
co znaczy, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Setcookie wywołanie funkcji
Sets the cookie that will be sent with the SOAP request
słownik, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapclient_Soapcall wywołanie funkcji
Calls a SOAP function
znaczenie, błędy i użycieclass SoapClient {
. - Jak działa Soap_Soapfault_Construct wywołanie funkcji
SoapFault constructor
czym jest, błędy i użycieclass SoapFault {
. - Jak działa Soap_Soapheader_Construct wywołanie funkcji
SoapHeader constructor
co oznacza, błędy i użycieclass SoapHeader {
. - Jak działa Soap_Soapparam_Construct wywołanie funkcji
SoapParam constructor
krzyżówka, błędy i użycieclass SoapParam {
. - Jak działa Soap_Soapserver_Addfunction wywołanie funkcji
Adds one or several functions those will handle SOAP requests
najlepszy, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Construct wywołanie funkcji
SoapServer constructor
przykłady, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Fault wywołanie funkcji
Issue SoapServer fault indicating an error
encyklopedia, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Getfunctions wywołanie funkcji
Returns list of defined functions
jak działa, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Handle wywołanie funkcji
Handles a SOAP request
czy jest, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Setclass wywołanie funkcji
Sets class which will handle SOAP requests
pojęcie, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapserver_Setpersistence wywołanie funkcji
Sets persistence mode of SoapServer
wyjaśnienie, błędy i użycieclass SoapServer {
. - Jak działa Soap_Soapvar_Construct wywołanie funkcji
SoapVar constructor
opis, błędy i użycieclass SoapVar {
. - Jak działa Socket_Accept wywołanie funkcji
Accepts a connection on a socket
informacje, błędy i użycieresource socket_accept ( resource socket )
. - Jak działa Socket_Bind wywołanie funkcji
Binds a name to a socket
co to jest, błędy i użyciebool socket_bind ( resource socket, string address [, int port] )
. - Jak działa Socket_Clear_Error wywołanie funkcji
Clears the error on the socket or the last error code
definicja, błędy i użycievoid socket_clear_error ( [resource socket] )
. - Jak działa Socket_Close wywołanie funkcji
Closes a socket resource
co znaczy, błędy i użycievoid socket_close ( resource socket )
. - Jak działa Socket_Connect wywołanie funkcji
Initiates a connection on a socket
słownik, błędy i użyciebool socket_connect ( resource socket, string address [, int port] )
. - Jak działa Socket_Create_Listen wywołanie funkcji
Opens a socket on port to accept connections
znaczenie, błędy i użycieresource socket_create_listen ( int port [, int backlog] )
. - Jak działa Socket_Create_Pair wywołanie funkcji
Creates a pair of indistinguishable sockets and stores them in an array
czym jest, błędy i użyciebool socket_create_pair ( int domain, int type, int protocol, array &fd )
. - Jak działa Socket_Create wywołanie funkcji
Create a socket (endpoint for communication)
co oznacza, błędy i użycieresource socket_create ( int domain, int type, int protocol )
. - Jak działa Socket_Get_Option wywołanie funkcji
Gets socket options for the socket
krzyżówka, błędy i użyciemixed socket_get_option ( resource socket, int level, int optname )
. - Jak działa Sqlite_Field_Name wywołanie funkcji
Returns the name of a particular field
najlepszy, błędy i użyciestring sqlite_field_name ( resource result, int field_index )
. - Jak działa Socket_Getpeername wywołanie funkcji
Queries the remote side of the given socket which may either result in host/portor in a Unix filesystem path, dependent on its type
przykłady, błędy i użyciebool socket_getpeername ( resource socket, string &addr [, int &port] )
. - Jak działa Socket_Getsockname wywołanie funkcji
Queries the local side of the given socket which may either result in host/portor in a Unix filesystem path, dependent on its type
encyklopedia, błędy i użyciebool socket_getsockname ( resource socket, string &addr [, int &port] )
. - Jak działa Socket_Last_Error wywołanie funkcji
Returns the last error on the socket
jak działa, błędy i użycieint socket_last_error ( [resource socket] )
. - Jak działa Socket_Listen wywołanie funkcji
Listens for a connection on a socket
czy jest, błędy i użyciebool socket_listen ( resource socket [, int backlog] )
. - Jak działa Socket_Read wywołanie funkcji
Reads a maximum of length bytes from a socket
pojęcie, błędy i użyciestring socket_read ( resource socket, int length [, int type] )
. - Jak działa Socket_Recv wywołanie funkcji
Receives data from a connected socket
wyjaśnienie, błędy i użycieint socket_recv ( resource socket, string &buf, int len, int flags )
. - Jak działa Socket_Recvfrom wywołanie funkcji
Receives data from a socket, connected or not
opis, błędy i użycieint socket_recvfrom ( resource socket, string &buf, int len, int flags, string &name [, int &port] )
. - Jak działa Socket_Select wywołanie funkcji
Runs the select() system call on the given arrays of sockets with a specified timeout
informacje, błędy i użycieint socket_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
. - Jak działa Socket_Send wywołanie funkcji
Sends data to a connected socket
co to jest, błędy i użycieint socket_send ( resource socket, string buf, int len, int flags )
. - Jak działa Socket_Sendto wywołanie funkcji
Sends a message to a socket, whether it is connected or not
definicja, błędy i użycieint socket_sendto ( resource socket, string buf, int len, int flags, string addr [, int port] )
. - Jak działa Socket_Set_Block wywołanie funkcji
Sets blocking mode on a socket resource
co znaczy, błędy i użyciebool socket_set_block ( resource socket )
. - Jak działa Socket_Set_Nonblock wywołanie funkcji
Sets nonblocking mode for file descriptor fd
słownik, błędy i użyciebool socket_set_nonblock ( resource socket )
. - Jak działa Socket_Set_Option wywołanie funkcji
Sets socket options for the socket
znaczenie, błędy i użyciebool socket_set_option ( resource socket, int level, int optname, mixed optval )
. - Jak działa Socket_Shutdown wywołanie funkcji
Shuts down a socket for receiving, sending, or both
czym jest, błędy i użyciebool socket_shutdown ( resource socket [, int how] )
. - Jak działa Socket_Strerror wywołanie funkcji
Return a string describing a socket error
co oznacza, błędy i użyciestring socket_strerror ( int errno )
. - Jak działa Socket_Write wywołanie funkcji
Write to a socket
krzyżówka, błędy i użycieint socket_write ( resource socket, string buffer [, int length] )
. - Jak działa Simplexmliterator_Current wywołanie funkcji
Return current SimpleXML entry
najlepszy, błędy i użyciemixed SimpleXMLIterator::current ( void )
. - Jak działa Simplexmliterator_Getchildren wywołanie funkcji
Returns an iterator for the current entry if it is a SimpleXML object
przykłady, błędy i użycieobject SimpleXMLIterator::getChildren ( void )
. - Jak działa Simplexmliterator_Haschildren wywołanie funkcji
Returns whether current entry is a SimpleXML object
encyklopedia, błędy i użyciebool SimpleXMLIterator::hasChildren ( void )
. - Jak działa Simplexmliterator_Key wywołanie funkcji
Return current SimpleXML key
jak działa, błędy i użyciemixed SimpleXMLIterator::key ( void )
. - Jak działa Simplexmliterator_Next wywołanie funkcji
Move to next entry
czy jest, błędy i użycievoid SimpleXMLIterator::next ( void )
. - Jak działa Simplexmliterator_Rewind wywołanie funkcji
Rewind SimpleXML back to the start
pojęcie, błędy i użycievoid SimpleXMLIterator::rewind ( void )
. - Jak działa Simplexmliterator_Valid wywołanie funkcji
Check whether SimpleXML contains more entries
wyjaśnienie, błędy i użyciebool SimpleXMLIterator::valid ( void )
. - Jak działa Spl_Classes wywołanie funkcji
Return available SPL classes
opis, błędy i użyciearray spl_classes ( void )
. - Jak działa Sqlite_Array_Query wywołanie funkcji
Execute a query against a given database and returns an array
informacje, błędy i użyciearray sqlite_array_query ( resource dbhandle, string query [, int result_type [, bool decode_binary]] )
. - Jak działa Sqlite_Busy_Timeout wywołanie funkcji
Set busy timeout duration, or disable busy handlers
co to jest, błędy i użycievoid sqlite_busy_timeout ( resource dbhandle, int milliseconds )
. - Jak działa Sqlite_Changes wywołanie funkcji
Returns the number of rows that were changed by the mostrecent SQL statement
definicja, błędy i użycieint sqlite_changes ( resource dbhandle )
. - Jak działa Sqlite_Close wywołanie funkcji
Closes an open SQLite database
co znaczy, błędy i użycievoid sqlite_close ( resource dbhandle )
. - Jak działa Sqlite_Column wywołanie funkcji
Fetches a column from the current row of a result set
słownik, błędy i użyciemixed sqlite_column ( resource result, mixed index_or_name [, bool decode_binary] )
. - Jak działa Sqlite_Create_Aggregate wywołanie funkcji
Register an aggregating UDF for use in SQL statements
znaczenie, błędy i użycievoid sqlite_create_aggregate ( resource dbhandle, string function_name, callback step_func, callback finalize_func [, int num_args] )
. - Jak działa Sqlite_Create_Function wywołanie funkcji
Registers a "regular" User Defined Function for use in SQL statements
czym jest, błędy i użycievoid sqlite_create_function ( resource dbhandle, string function_name, callback callback [, int num_args] )
. - Jak działa Sqlite_Current wywołanie funkcji
Fetches the current row from a result set as an array
co oznacza, błędy i użyciearray sqlite_current ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa Sqlite_Error_String wywołanie funkcji
Returns the textual description of an error code
krzyżówka, błędy i użyciestring sqlite_error_string ( int error_code )
. - Jak działa Sqlite_Escape_String wywołanie funkcji
Escapes a string for use as a query parameter
najlepszy, błędy i użyciestring sqlite_escape_string ( string item )
. - Jak działa Sqlite_Exec wywołanie funkcji
Executes a result-less query against a given database
przykłady, błędy i użyciebool sqlite_exec ( resource dbhandle, string query [, string &error_msg] )
. - Jak działa Sqlite_Factory wywołanie funkcji
Opens a SQLite database and returns a SQLiteDatabase object
encyklopedia, błędy i użycieSQLiteDatabase sqlite_factory ( string filename [, int mode [, string &error_message]] )
. - Jak działa Sqlite_Fetch_All wywołanie funkcji
Fetches all rows from a result set as an array of arrays
jak działa, błędy i użyciearray sqlite_fetch_all ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa Sqlite_Fetch_Array wywołanie funkcji
Fetches the next row from a result set as an array
czy jest, błędy i użyciearray sqlite_fetch_array ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa Sqlite_Fetch_Column_Types wywołanie funkcji
Return an array of column types from a particular table
pojęcie, błędy i użyciearray sqlite_fetch_column_types ( string table_name, resource dbhandle [, int result_type] )
. - Jak działa Sqlite_Fetch_Object wywołanie funkcji
Fetches the next row from a result set as an object
wyjaśnienie, błędy i użycieobject sqlite_fetch_object ( resource result [, string class_name [, array ctor_params [, bool decode_binary]]] )
. - Jak działa Sqlite_Fetch_Single wywołanie funkcji
Fetches the first column of a result set as a string
opis, błędy i użyciestring sqlite_fetch_single ( resource result [, bool decode_binary] )
. - Jak działa Sqlite_Fetch_String wywołanie funkcji
Alias of sqlite_fetch_single()
informacje, błędy i użycie.
- Jak działa Sqlite_Has_More wywołanie funkcji
Finds whether or not more rows are available
co to jest, błędy i użyciebool sqlite_has_more ( resource result )
. - Jak działa Sqlite_Has_Prev wywołanie funkcji
Returns whether or not a previous row is available
definicja, błędy i użyciebool sqlite_has_prev ( resource result )
. - Jak działa Sqlite_Key wywołanie funkcji
Returns the current row index
co znaczy, błędy i użycieint sqlite_key ( resource result )
. - Jak działa Sqlite_Last_Error wywołanie funkcji
Returns the error code of the last error for a database
słownik, błędy i użycieint sqlite_last_error ( resource dbhandle )
. - Jak działa Sqlite_Last_Insert_Rowid wywołanie funkcji
Returns the rowid of the most recently inserted row
znaczenie, błędy i użycieint sqlite_last_insert_rowid ( resource dbhandle )
. - Jak działa Sqlite_Libencoding wywołanie funkcji
Returns the encoding of the linked SQLite library
czym jest, błędy i użyciestring sqlite_libencoding ( void )
. - Jak działa Sqlite_Next wywołanie funkcji
Seek to the next row number
co oznacza, błędy i użyciebool sqlite_next ( resource result )
. - Jak działa Sqlite_Num_Fields wywołanie funkcji
Returns the number of fields in a result set
krzyżówka, błędy i użycieint sqlite_num_fields ( resource result )
. - Jak działa Sqlite_Num_Rows wywołanie funkcji
Returns the number of rows in a buffered result set
najlepszy, błędy i użycieint sqlite_num_rows ( resource result )
. - Jak działa Sqlite_Open wywołanie funkcji
Opens a SQLite database and create the database if it does not exist
przykłady, błędy i użycieresource sqlite_open ( string filename [, int mode [, string &error_message]] )
. - Jak działa Sqlite_Popen wywołanie funkcji
Opens a persistent handle to an SQLite database and create the database if it does not exist
encyklopedia, błędy i użycieresource sqlite_popen ( string filename [, int mode [, string &error_message]] )
. - Jak działa Sqlite_Prev wywołanie funkcji
Seek to the previous row number of a result set
jak działa, błędy i użyciebool sqlite_prev ( resource result )
. - Jak działa Sqlite_Query wywołanie funkcji
Executes a query against a given database and returns a result handle
czy jest, błędy i użycieresource sqlite_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
. - Jak działa Sqlite_Rewind wywołanie funkcji
Seek to the first row number
pojęcie, błędy i użyciebool sqlite_rewind ( resource result )
. - Jak działa Sqlite_Seek wywołanie funkcji
Seek to a particular row number of a buffered result set
wyjaśnienie, błędy i użyciebool sqlite_seek ( resource result, int rownum )
. - Jak działa Sqlite_Single_Query wywołanie funkcji
Executes a query and returns either an array for one single column or the value of the first row
opis, błędy i użyciearray sqlite_single_query ( resource db, string query [, bool first_row_only [, bool decode_binary]] )
. - Jak działa Sqlite_Udf_Decode_Binary wywołanie funkcji
Decode binary data passed as parameters to an UDF
informacje, błędy i użyciestring sqlite_udf_decode_binary ( string data )
. - Jak działa Sqlite_Udf_Encode_Binary wywołanie funkcji
Encode binary data before returning it from an UDF
co to jest, błędy i użyciestring sqlite_udf_encode_binary ( string data )
. - Jak działa Sqlite_Unbuffered_Query wywołanie funkcji
Execute a query that does not prefetch and buffer all data
definicja, błędy i użycieresource sqlite_unbuffered_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
. - Jak działa Sqlite_Valid wywołanie funkcji
Returns whether more rows are available
co znaczy, błędy i użyciebool sqlite_valid ( resource result )
. - Jak działa Ssh2_Auth_Hostbased_File wywołanie funkcji
Authenticate using a public hostkey
słownik, błędy i użyciebool ssh2_auth_hostbased_file ( resource session, string username, string hostname, string pubkeyfile, string privkeyfile [, string passphrase [, string local_username]] )
. - Jak działa Ssh2_Auth_None wywołanie funkcji
Authenticate as "none"
znaczenie, błędy i użyciemixed ssh2_auth_none ( resource session, string username )
. - Jak działa Ssh2_Auth_Password wywołanie funkcji
Authenticate over SSH using a plain password
czym jest, błędy i użyciebool ssh2_auth_password ( resource session, string username, string password )
. - Jak działa Ssh2_Auth_Pubkey_File wywołanie funkcji
Authenticate using a public key
co oznacza, błędy i użyciebool ssh2_auth_pubkey_file ( resource session, string username, string pubkeyfile, string privkeyfile [, string passphrase] )
. - Jak działa Ssh2_Connect wywołanie funkcji
Connect to an SSH server
krzyżówka, błędy i użycieresource ssh2_connect ( string host [, int port [, array methods [, array callbacks]]] )
. - Jak działa Ssh2_Exec wywołanie funkcji
Execute a command on a remote server
najlepszy, błędy i użycieresource ssh2_exec ( resource session, string command [, string pty [, array env [, int width [, int height [, int width_height_type]]]]] )
. - Jak działa Ssh2_Fetch_Stream wywołanie funkcji
Fetch an extended data stream
przykłady, błędy i użycieresource ssh2_fetch_stream ( resource channel, int streamid )
. - Jak działa Ssh2_Fingerprint wywołanie funkcji
Retreive fingerprint of remote server
encyklopedia, błędy i użyciestring ssh2_fingerprint ( resource session [, int flags] )
. - Jak działa Ssh2_Methods_Negotiated wywołanie funkcji
Return list of negotiated methods
jak działa, błędy i użyciearray ssh2_methods_negotiated ( resource session )
. - Jak działa Ssh2_Publickey_Add wywołanie funkcji
Add an authorized publickey
czy jest, błędy i użyciebool ssh2_publickey_add ( resource pkey, string algoname, string blob [, bool overwrite [, array attributes]] )
. - Jak działa Ssh2_Publickey_Init wywołanie funkcji
Initialize Publickey subsystem
pojęcie, błędy i użycieresource ssh2_publickey_init ( resource session )
. - Jak działa Ssh2_Publickey_List wywołanie funkcji
List currently authorized publickeys
wyjaśnienie, błędy i użyciearray ssh2_publickey_list ( resource pkey )
. - Jak działa Ssh2_Publickey_Remove wywołanie funkcji
Remove an authorized publickey
opis, błędy i użyciebool ssh2_publickey_remove ( resource pkey, string algoname, string blob )
. - Jak działa Ssh2_Scp_Recv wywołanie funkcji
Request a file via SCP
informacje, błędy i użyciebool ssh2_scp_recv ( resource session, string remote_file, string local_file )
. - Jak działa Ssh2_Scp_Send wywołanie funkcji
Send a file via SCP
co to jest, błędy i użyciebool ssh2_scp_send ( resource session, string local_file, string remote_file [, int create_mode] )
. - Jak działa Ssh2_Sftp_Lstat wywołanie funkcji
Stat a symbolic link
definicja, błędy i użyciearray ssh2_sftp_lstat ( resource sftp, string path )
. - Jak działa Ssh2_Sftp_Mkdir wywołanie funkcji
Create a directory
co znaczy, błędy i użyciebool ssh2_sftp_mkdir ( resource sftp, string dirname [, int mode [, bool recursive]] )
. - Jak działa Ssh2_Sftp_Readlink wywołanie funkcji
Return the target of a symbolic link
słownik, błędy i użyciestring ssh2_sftp_readlink ( resource sftp, string link )
. - Jak działa Ssh2_Sftp_Realpath wywołanie funkcji
Resolve the realpath of a provided path string
znaczenie, błędy i użyciestring ssh2_sftp_realpath ( resource sftp, string filename )
. - Jak działa Ssh2_Sftp_Rename wywołanie funkcji
Rename a remote file
czym jest, błędy i użyciebool ssh2_sftp_rename ( resource sftp, string from, string to )
. - Jak działa Ssh2_Sftp_Rmdir wywołanie funkcji
Remove a directory
co oznacza, błędy i użyciebool ssh2_sftp_rmdir ( resource sftp, string dirname )
. - Jak działa Ssh2_Sftp_Stat wywołanie funkcji
Stat a file on a remote filesystem
krzyżówka, błędy i użyciearray ssh2_sftp_stat ( resource sftp, string path )
. - Jak działa Ssh2_Sftp_Symlink wywołanie funkcji
Create a symlink
najlepszy, błędy i użyciebool ssh2_sftp_symlink ( resource sftp, string target, string link )
. - Jak działa Ssh2_Sftp_Unlink wywołanie funkcji
Delete a file
przykłady, błędy i użyciebool ssh2_sftp_unlink ( resource sftp, string filename )
. - Jak działa Ssh2_Sftp wywołanie funkcji
Initialize SFTP subsystem
encyklopedia, błędy i użycieresource ssh2_sftp ( resource session )
. - Jak działa Ssh2_Shell wywołanie funkcji
Request an interactive shell
jak działa, błędy i użycieresource ssh2_shell ( resource session [, string term_type [, array env [, int width [, int height [, int width_height_type]]]]] )
. - Jak działa Ssh2_Tunnel wywołanie funkcji
Open a tunnel through a remote server
czy jest, błędy i użycieresource ssh2_tunnel ( resource session, string host, int port )
. - Jak działa Stats_Absolute_Deviation wywołanie funkcji
Returns the absolute deviation of an array of values
pojęcie, błędy i użyciefloat stats_absolute_deviation ( array a )
. - Jak działa Stats_Cdf_Beta wywołanie funkcji
CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others.
wyjaśnienie, błędy i użyciefloat stats_cdf_beta ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Binomial wywołanie funkcji
Calculates any one parameter of the binomial distribution given values for the others.
opis, błędy i użyciefloat stats_cdf_binomial ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Cauchy wywołanie funkcji
Not documented
informacje, błędy i użyciefloat stats_cdf_cauchy ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Chisquare wywołanie funkcji
Calculates any one parameter of the chi-square distribution given values for the others.
co to jest, błędy i użyciefloat stats_cdf_chisquare ( float par1, float par2, int which )
. - Jak działa Stats_Cdf_Exponential wywołanie funkcji
Not documented
definicja, błędy i użyciefloat stats_cdf_exponential ( float par1, float par2, int which )
. - Jak działa Stats_Cdf_F wywołanie funkcji
Calculates any one parameter of the F distribution given values for the others.
co znaczy, błędy i użyciefloat stats_cdf_f ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Gamma wywołanie funkcji
Calculates any one parameter of the gamma distribution given values for the others.
słownik, błędy i użyciefloat stats_cdf_gamma ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Laplace wywołanie funkcji
Not documented
znaczenie, błędy i użyciefloat stats_cdf_laplace ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Logistic wywołanie funkcji
Not documented
czym jest, błędy i użyciefloat stats_cdf_logistic ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Negative_Binomial wywołanie funkcji
Calculates any one parameter of the negative binomial distribution given values for the others.
co oznacza, błędy i użyciefloat stats_cdf_negative_binomial ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Noncentral_Chisquare wywołanie funkcji
Calculates any one parameter of the non-central chi-square distribution given values for the others.
krzyżówka, błędy i użyciefloat stats_cdf_noncentral_chisquare ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Noncentral_F wywołanie funkcji
Calculates any one parameter of the Non-central F distribution given values for the others.
najlepszy, błędy i użyciefloat stats_cdf_noncentral_f ( float par1, float par2, float par3, float par4, int which )
. - Jak działa Stats_Cdf_Poisson wywołanie funkcji
Calculates any one parameter of the Poisson distribution given values for the others.
przykłady, błędy i użyciefloat stats_cdf_poisson ( float par1, float par2, int which )
. - Jak działa Stats_Cdf_T wywołanie funkcji
Calculates any one parameter of the T distribution given values for the others.
encyklopedia, błędy i użyciefloat stats_cdf_t ( float par1, float par2, int which )
. - Jak działa Stats_Cdf_Uniform wywołanie funkcji
Not documented
jak działa, błędy i użyciefloat stats_cdf_uniform ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Cdf_Weibull wywołanie funkcji
Not documented
czy jest, błędy i użyciefloat stats_cdf_weibull ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Covariance wywołanie funkcji
Computes the covariance of two data sets
pojęcie, błędy i użyciefloat stats_covariance ( array a, array b )
. - Jak działa Stats_Den_Uniform wywołanie funkcji
Not documented
wyjaśnienie, błędy i użyciefloat stats_den_uniform ( float x, float a, float b )
. - Jak działa Stats_Dens_Beta wywołanie funkcji
Not documented
opis, błędy i użyciefloat stats_dens_beta ( float x, float a, float b )
. - Jak działa Stats_Dens_Cauchy wywołanie funkcji
Not documented
informacje, błędy i użyciefloat stats_dens_cauchy ( float x, float ave, float stdev )
. - Jak działa Stats_Dens_Chisquare wywołanie funkcji
Not documented
co to jest, błędy i użyciefloat stats_dens_chisquare ( float x, float dfr )
. - Jak działa Stats_Dens_Exponential wywołanie funkcji
Not documented
definicja, błędy i użyciefloat stats_dens_exponential ( float x, float scale )
. - Jak działa Stats_Dens_F wywołanie funkcji
co znaczy, błędy i użycie
float stats_dens_f ( float x, float dfr1, float dfr2 )
. - Jak działa Stats_Dens_Gamma wywołanie funkcji
Not documented
słownik, błędy i użyciefloat stats_dens_gamma ( float x, float shape, float scale )
. - Jak działa Stats_Dens_Laplace wywołanie funkcji
Not documented
znaczenie, błędy i użyciefloat stats_dens_laplace ( float x, float ave, float stdev )
. - Jak działa Stats_Dens_Logistic wywołanie funkcji
Not documented
czym jest, błędy i użyciefloat stats_dens_logistic ( float x, float ave, float stdev )
. - Jak działa Stats_Dens_Negative_Binomial wywołanie funkcji
Not documented
co oznacza, błędy i użyciefloat stats_dens_negative_binomial ( float x, float n, float pi )
. - Jak działa Stats_Dens_Normal wywołanie funkcji
Not documented
krzyżówka, błędy i użyciefloat stats_dens_normal ( float x, float ave, float stdev )
. - Jak działa Stats_Dens_Pmf_Binomial wywołanie funkcji
Not documented
najlepszy, błędy i użyciefloat stats_dens_pmf_binomial ( float x, float n, float pi )
. - Jak działa Stats_Dens_Pmf_Hypergeometric wywołanie funkcji
przykłady, błędy i użycie
float stats_dens_pmf_hypergeometric ( float n1, float n2, float N1, float N2 )
. - Jak działa Stats_Dens_Pmf_Poisson wywołanie funkcji
Not documented
encyklopedia, błędy i użyciefloat stats_dens_pmf_poisson ( float x, float lb )
. - Jak działa Stats_Dens_T wywołanie funkcji
Not documented
jak działa, błędy i użyciefloat stats_dens_t ( float x, float dfr )
. - Jak działa Stats_Dens_Weibull wywołanie funkcji
Not documented
czy jest, błędy i użyciefloat stats_dens_weibull ( float x, float a, float b )
. - Jak działa Stats_Harmonic_Mean wywołanie funkcji
Returns the harmonic mean of an array of values
pojęcie, błędy i użycienumber stats_harmonic_mean ( array a )
. - Jak działa Stats_Kurtosis wywołanie funkcji
Computes the kurtosis of the data in the array
wyjaśnienie, błędy i użyciefloat stats_kurtosis ( array a )
. - Jak działa Stats_Rand_Gen_Beta wywołanie funkcji
Generates beta random deviate
opis, błędy i użyciefloat stats_rand_gen_beta ( float a, float b )
. - Jak działa Stats_Rand_Gen_Chisquare wywołanie funkcji
Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable.
informacje, błędy i użyciefloat stats_rand_gen_chisquare ( float df )
. - Jak działa Stats_Rand_Gen_Exponential wywołanie funkcji
Generates a single random deviate from an exponential distribution with mean "av"
co to jest, błędy i użyciefloat stats_rand_gen_exponential ( float av )
. - Jak działa Stats_Rand_Gen_F wywołanie funkcji
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
definicja, błędy i użyciefloat stats_rand_gen_f ( float dfn, float dfd )
. - Jak działa Stats_Rand_Gen_Funiform wywołanie funkcji
Generates uniform float between low (exclusive) and high (exclusive)
co znaczy, błędy i użyciefloat stats_rand_gen_funiform ( float low, float high )
. - Jak działa Stats_Rand_Gen_Gamma wywołanie funkcji
Generates random deviates from a gamma distribution
słownik, błędy i użyciefloat stats_rand_gen_gamma ( float a, float r )
. - Jak działa Stats_Rand_Gen_Ibinomial_Negative wywołanie funkcji
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)).
znaczenie, błędy i użycieint stats_rand_gen_ibinomial_negative ( int n, float p )
. - Jak działa Stats_Rand_Gen_Ibinomial wywołanie funkcji
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
czym jest, błędy i użycieint stats_rand_gen_ibinomial ( int n, float pp )
. - Jak działa Stats_Rand_Gen_Int wywołanie funkcji
Generates random integer between 1 and 2147483562
co oznacza, błędy i użycieint stats_rand_gen_int ( void )
. - Jak działa Stats_Rand_Gen_Ipoisson wywołanie funkcji
Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0).
krzyżówka, błędy i użycieint stats_rand_gen_ipoisson ( float mu )
. - Jak działa Stats_Rand_Gen_Iuniform wywołanie funkcji
Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)
najlepszy, błędy i użycieint stats_rand_gen_iuniform ( int low, int high )
. - Jak działa Stats_Rand_Gen_Noncenral_Chisquare wywołanie funkcji
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
przykłady, błędy i użyciefloat stats_rand_gen_noncenral_chisquare ( float df, float xnonc )
. - Jak działa Stream_Set_Timeout wywołanie funkcji
Set timeout period on a stream
encyklopedia, błędy i użyciebool stream_set_timeout ( resource stream, int seconds [, int microseconds] )
. - Jak działa Stream_Set_Write_Buffer wywołanie funkcji
Sets file buffering on the given stream
jak działa, błędy i użycieint stream_set_write_buffer ( resource stream, int buffer )
. - Jak działa Stats_Rand_Gen_Noncentral_F wywołanie funkcji
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.
czy jest, błędy i użyciefloat stats_rand_gen_noncentral_f ( float dfn, float dfd, float xnonc )
. - Jak działa Stats_Rand_Gen_Noncentral_T wywołanie funkcji
Generates a single random deviate from a noncentral T distribution
pojęcie, błędy i użyciefloat stats_rand_gen_noncentral_t ( float df, float xnonc )
. - Jak działa Stats_Rand_Gen_Normal wywołanie funkcji
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.
wyjaśnienie, błędy i użyciefloat stats_rand_gen_normal ( float av, float sd )
. - Jak działa Stats_Rand_Gen_T wywołanie funkcji
Generates a single random deviate from a T distribution
opis, błędy i użyciefloat stats_rand_gen_t ( float df )
. - Jak działa Stats_Rand_Get_Seeds wywołanie funkcji
Not documented
informacje, błędy i użyciearray stats_rand_get_seeds ( void )
. - Jak działa Stats_Rand_Phrase_To_Seeds wywołanie funkcji
generate two seeds for the RGN random number generator
co to jest, błędy i użyciearray stats_rand_phrase_to_seeds ( string phrase )
. - Jak działa Stats_Rand_Ranf wywołanie funkcji
Returns a random floating point number from a uniform distribution over 0 - 1 (endpoints of this interval are not returned) using the current generator
definicja, błędy i użyciefloat stats_rand_ranf ( void )
. - Jak działa Stats_Rand_Setall wywołanie funkcji
Not documented
co znaczy, błędy i użycievoid stats_rand_setall ( int iseed1, int iseed2 )
. - Jak działa Stats_Skew wywołanie funkcji
Computes the skewness of the data in the array
słownik, błędy i użyciefloat stats_skew ( array a )
. - Jak działa Stats_Standard_Deviation wywołanie funkcji
Returns the standard deviation
znaczenie, błędy i użyciefloat stats_standard_deviation ( array a [, bool sample] )
. - Jak działa Stats_Stat_Binomial_Coef wywołanie funkcji
Not documented
czym jest, błędy i użyciefloat stats_stat_binomial_coef ( int x, int n )
. - Jak działa Stats_Stat_Correlation wywołanie funkcji
Not documented
co oznacza, błędy i użyciefloat stats_stat_correlation ( array arr1, array arr2 )
. - Jak działa Stats_Stat_Gennch wywołanie funkcji
Not documented
krzyżówka, błędy i użyciefloat stats_stat_gennch ( int n )
. - Jak działa Stats_Stat_Independent_T wywołanie funkcji
Not documented
najlepszy, błędy i użyciefloat stats_stat_independent_t ( array arr1, array arr2 )
. - Jak działa Stats_Stat_Innerproduct wywołanie funkcji
przykłady, błędy i użycie
float stats_stat_innerproduct ( array arr1, array arr2 )
. - Jak działa Stats_Stat_Noncentral_T wywołanie funkcji
Calculates any one parameter of the noncentral t distribution give values for the others.
encyklopedia, błędy i użyciefloat stats_stat_noncentral_t ( float par1, float par2, float par3, int which )
. - Jak działa Stats_Stat_Paired_T wywołanie funkcji
Not documented
jak działa, błędy i użyciefloat stats_stat_paired_t ( array arr1, array arr2 )
. - Jak działa Stats_Stat_Percentile wywołanie funkcji
Not documented
czy jest, błędy i użyciefloat stats_stat_percentile ( float df, float xnonc )
. - Jak działa Stats_Stat_Powersum wywołanie funkcji
Not documented
pojęcie, błędy i użyciefloat stats_stat_powersum ( array arr, float power )
. - Jak działa Stats_Variance wywołanie funkcji
Returns the population variance
wyjaśnienie, błędy i użyciefloat stats_variance ( array a [, bool sample] )
. - Jak działa Stream_Bucket_Append wywołanie funkcji
Append bucket to brigade
opis, błędy i użycievoid stream_bucket_append ( resource brigade, resource bucket )
. - Jak działa Stream_Bucket_Make_Writeable wywołanie funkcji
Return a bucket object from the brigade for operating on
informacje, błędy i użycieobject stream_bucket_make_writeable ( resource brigade )
. - Jak działa Stream_Bucket_New wywołanie funkcji
Create a new bucket for use on the current stream
co to jest, błędy i użycieobject stream_bucket_new ( resource stream, string buffer )
. - Jak działa Stream_Bucket_Prepend wywołanie funkcji
Prepend bucket to brigade
definicja, błędy i użycievoid stream_bucket_prepend ( resource brigade, resource bucket )
. - Jak działa Stream_Context_Create wywołanie funkcji
Create a streams context
co znaczy, błędy i użycieresource stream_context_create ( [array options] )
. - Jak działa Stream_Context_Get_Default wywołanie funkcji
Retreive the default streams context
słownik, błędy i użycieresource stream_context_get_default ( [array options] )
. - Jak działa Stream_Context_Get_Options wywołanie funkcji
Retrieve options for a stream/wrapper/context
znaczenie, błędy i użyciearray stream_context_get_options ( resource stream_or_context )
. - Jak działa Stream_Context_Set_Option wywołanie funkcji
Sets an option for a stream/wrapper/context
czym jest, błędy i użyciebool stream_context_set_option ( resource stream_or_context, string wrapper, string option, mixed value )
. - Jak działa Stream_Context_Set_Params wywołanie funkcji
Set parameters for a stream/wrapper/context
co oznacza, błędy i użyciebool stream_context_set_params ( resource stream_or_context, array params )
. - Jak działa Stream_Copy_To_Stream wywołanie funkcji
Copies data from one stream to another
krzyżówka, błędy i użycieint stream_copy_to_stream ( resource source, resource dest [, int maxlength [, int offset]] )
. - Jak działa Stream_Filter_Append wywołanie funkcji
Attach a filter to a stream
najlepszy, błędy i użycieresource stream_filter_append ( resource stream, string filtername [, int read_write [, mixed params]] )
. - Jak działa Stream_Filter_Prepend wywołanie funkcji
Attach a filter to a stream
przykłady, błędy i użycieresource stream_filter_prepend ( resource stream, string filtername [, int read_write [, mixed params]] )
. - Jak działa Stream_Filter_Register wywołanie funkcji
Register a stream filter implemented as a PHP class derived from php_user_filter
encyklopedia, błędy i użyciebool stream_filter_register ( string filtername, string classname )
. - Jak działa Stream_Filter_Remove wywołanie funkcji
Remove a filter from a stream
jak działa, błędy i użyciebool stream_filter_remove ( resource stream_filter )
. - Jak działa Stream_Get_Contents wywołanie funkcji
Reads remainder of a stream into a string
czy jest, błędy i użyciestring stream_get_contents ( resource handle [, int maxlength [, int offset]] )
. - Jak działa Stream_Get_Filters wywołanie funkcji
Retrieve list of registered filters
pojęcie, błędy i użyciearray stream_get_filters ( void )
. - Jak działa Stream_Get_Line wywołanie funkcji
Gets line from stream resource up to a given delimiter
wyjaśnienie, błędy i użyciestring stream_get_line ( resource handle, int length [, string ending] )
. - Jak działa Stream_Get_Meta_Data wywołanie funkcji
Retrieves header/meta data from streams/file pointers
opis, błędy i użyciearray stream_get_meta_data ( resource stream )
. - Jak działa Stream_Get_Transports wywołanie funkcji
Retrieve list of registered socket transports
informacje, błędy i użyciearray stream_get_transports ( void )
. - Jak działa Stream_Get_Wrappers wywołanie funkcji
Retrieve list of registered streams
co to jest, błędy i użyciearray stream_get_wrappers ( void )
. - Jak działa Stream_Register_Wrapper wywołanie funkcji
Alias of stream_wrapper_register()
definicja, błędy i użycie.
- Jak działa Strpos wywołanie funkcji
Find position of first occurrence of a string
co znaczy, błędy i użycieint strpos ( string haystack, mixed needle [, int offset] )
. - Jak działa Stream_Select wywołanie funkcji
Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
słownik, błędy i użycieint stream_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
. - Jak działa Stream_Set_Blocking wywołanie funkcji
Set blocking/non-blocking mode on a stream
znaczenie, błędy i użyciebool stream_set_blocking ( resource stream, int mode )
. - Jak działa Stream_Socket_Accept wywołanie funkcji
Accept a connection on a socket created by stream_socket_server()
czym jest, błędy i użycieresource stream_socket_accept ( resource server_socket [, float timeout [, string &peername]] )
. - Jak działa Stream_Socket_Client wywołanie funkcji
Open Internet or Unix domain socket connection
co oznacza, błędy i użycieresource stream_socket_client ( string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]] )
. - Jak działa Stream_Socket_Enable_Crypto wywołanie funkcji
Turns encryption on/off on an already connected socket
krzyżówka, błędy i użyciemixed stream_socket_enable_crypto ( resource stream, bool enable [, int crypto_type [, resource session_stream]] )
. - Jak działa Stream_Socket_Get_Name wywołanie funkcji
Retrieve the name of the local or remote sockets
najlepszy, błędy i użyciestring stream_socket_get_name ( resource handle, bool want_peer )
. - Jak działa Stream_Socket_Pair wywołanie funkcji
Creates a pair of connected, indistinguishable socket streams
przykłady, błędy i użyciearray stream_socket_pair ( int domain, int type, int protocol )
. - Jak działa Stream_Socket_Recvfrom wywołanie funkcji
Receives data from a socket, connected or not
encyklopedia, błędy i użyciestring stream_socket_recvfrom ( resource socket, int length [, int flags [, string &address]] )
. - Jak działa Stream_Socket_Sendto wywołanie funkcji
Sends a message to a socket, whether it is connected or not
jak działa, błędy i użycieint stream_socket_sendto ( resource socket, string data [, int flags [, string address]] )
. - Jak działa Stream_Socket_Server wywołanie funkcji
Create an Internet or Unix domain server socket
czy jest, błędy i użycieresource stream_socket_server ( string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]] )
. - Jak działa Stream_Wrapper_Register wywołanie funkcji
Register a URL wrapper implemented as a PHP class
pojęcie, błędy i użyciebool stream_wrapper_register ( string protocol, string classname )
. - Jak działa Stream_Wrapper_Restore wywołanie funkcji
Restores a previously unregistered built-in wrapper
wyjaśnienie, błędy i użyciebool stream_wrapper_restore ( string protocol )
. - Jak działa Stream_Wrapper_Unregister wywołanie funkcji
Unregister a URL wrapper
opis, błędy i użyciebool stream_wrapper_unregister ( string protocol )
. - Jak działa Setlocale wywołanie funkcji
Set locale information
informacje, błędy i użyciestring setlocale ( int category, string locale [, string ...] )
. - Jak działa Sha1_File wywołanie funkcji
Calculate the sha1 hash of a file
co to jest, błędy i użyciestring sha1_file ( string filename [, bool raw_output] )
. - Jak działa Sha1 wywołanie funkcji
Calculate the sha1 hash of a string
definicja, błędy i użyciestring sha1 ( string str [, bool raw_output] )
. - Jak działa Similar_Text wywołanie funkcji
Calculate the similarity between two strings
co znaczy, błędy i użycieint similar_text ( string first, string second [, float &percent] )
. - Jak działa Soundex wywołanie funkcji
Calculate the soundex key of a string
słownik, błędy i użyciestring soundex ( string str )
. - Jak działa Sprintf wywołanie funkcji
Return a formatted string
znaczenie, błędy i użyciestring sprintf ( string format [, mixed args [, mixed ...]] )
. - Jak działa Sscanf wywołanie funkcji
Parses input from a string according to a format
czym jest, błędy i użyciemixed sscanf ( string str, string format [, mixed &...] )
. - Jak działa Str_Ireplace wywołanie funkcji
Case-insensitive version of str_replace().
co oznacza, błędy i użyciemixed str_ireplace ( mixed search, mixed replace, mixed subject [, int &count] )
. - Jak działa Str_Pad wywołanie funkcji
Pad a string to a certain length with another string
krzyżówka, błędy i użyciestring str_pad ( string input, int pad_length [, string pad_string [, int pad_type]] )
. - Jak działa Str_Repeat wywołanie funkcji
Repeat a string
najlepszy, błędy i użyciestring str_repeat ( string input, int multiplier )
. - Jak działa Str_Replace wywołanie funkcji
Replace all occurrences of the search string with the replacement string
przykłady, błędy i użyciemixed str_replace ( mixed search, mixed replace, mixed subject [, int &count] )
. - Jak działa Str_Rot13 wywołanie funkcji
Perform the rot13 transform on a string
encyklopedia, błędy i użyciestring str_rot13 ( string str )
. - Jak działa Str_Shuffle wywołanie funkcji
Randomly shuffles a string
jak działa, błędy i użyciestring str_shuffle ( string str )
. - Jak działa Str_Split wywołanie funkcji
Convert a string to an array
czy jest, błędy i użyciearray str_split ( string string [, int split_length] )
. - Jak działa Str_Word_Count wywołanie funkcji
Return information about words used in a string
pojęcie, błędy i użyciemixed str_word_count ( string string [, int format [, string charlist]] )
. - Jak działa Strcasecmp wywołanie funkcji
Binary safe case-insensitive string comparison
wyjaśnienie, błędy i użycieint strcasecmp ( string str1, string str2 )
. - Jak działa Strchr wywołanie funkcji
Alias of strstr()
opis, błędy i użycie.
- Jak działa Strcmp wywołanie funkcji
Binary safe string comparison
informacje, błędy i użycieint strcmp ( string str1, string str2 )
. - Jak działa Strcoll wywołanie funkcji
Locale based string comparison
co to jest, błędy i użycieint strcoll ( string str1, string str2 )
. - Jak działa Strcspn wywołanie funkcji
Find length of initial segment not matching mask
definicja, błędy i użycieint strcspn ( string str1, string str2 [, int start [, int length]] )
. - Jak działa Strip_Tags wywołanie funkcji
Strip HTML and PHP tags from a string
co znaczy, błędy i użyciestring strip_tags ( string str [, string allowable_tags] )
. - Jak działa Stripcslashes wywołanie funkcji
Un-quote string quoted with addcslashes()
słownik, błędy i użyciestring stripcslashes ( string str )
. - Jak działa Stripos wywołanie funkcji
Find position of first occurrence of a case-insensitive string
znaczenie, błędy i użycieint stripos ( string haystack, string needle [, int offset] )
. - Jak działa Stripslashes wywołanie funkcji
Un-quote string quoted with addslashes()
czym jest, błędy i użyciestring stripslashes ( string str )
. - Jak działa Stristr wywołanie funkcji
Case-insensitive strstr()
co oznacza, błędy i użyciestring stristr ( string haystack, string needle )
. - Jak działa Strlen wywołanie funkcji
Get string length
krzyżówka, błędy i użycieint strlen ( string string )
. - Jak działa Strnatcasecmp wywołanie funkcji
Case insensitive string comparisons using a "natural order"algorithm
najlepszy, błędy i użycieint strnatcasecmp ( string str1, string str2 )
. - Jak działa Strnatcmp wywołanie funkcji
String comparisons using a "natural order" algorithm
przykłady, błędy i użycieint strnatcmp ( string str1, string str2 )
. - Jak działa Strncasecmp wywołanie funkcji
Binary safe case-insensitive string comparison of the first ncharacters
encyklopedia, błędy i użycieint strncasecmp ( string str1, string str2, int len )
. - Jak działa Strncmp wywołanie funkcji
Binary safe string comparison of the first n characters
jak działa, błędy i użycieint strncmp ( string str1, string str2, int len )
. - Jak działa Strpbrk wywołanie funkcji
Search a string for any of a set of characters
czy jest, błędy i użyciestring strpbrk ( string haystack, string char_list )
. - Jak działa Strrchr wywołanie funkcji
Find the last occurrence of a character in a string
pojęcie, błędy i użyciestring strrchr ( string haystack, string needle )
. - Jak działa Strrev wywołanie funkcji
Reverse a string
wyjaśnienie, błędy i użyciestring strrev ( string string )
. - Jak działa Strripos wywołanie funkcji
Find position of last occurrence of a case-insensitive string in a string
opis, błędy i użycieint strripos ( string haystack, string needle [, int offset] )
. - Jak działa Strrpos wywołanie funkcji
Find position of last occurrence of a char in a string
informacje, błędy i użycieint strrpos ( string haystack, string needle [, int offset] )
. - Jak działa Strspn wywołanie funkcji
Find length of initial segment matching mask
co to jest, błędy i użycieint strspn ( string str1, string str2 [, int start [, int length]] )
. - Jak działa Strstr wywołanie funkcji
Find first occurrence of a string
definicja, błędy i użyciestring strstr ( string haystack, string needle )
. - Jak działa Strtok wywołanie funkcji
Tokenize string
co znaczy, błędy i użyciestring strtok ( string str, string token )
. - Jak działa Strtolower wywołanie funkcji
Make a string lowercase
słownik, błędy i użyciestring strtolower ( string str )
. - Jak działa Strtoupper wywołanie funkcji
Make a string uppercase
znaczenie, błędy i użyciestring strtoupper ( string string )
. - Jak działa Strtr wywołanie funkcji
Translate certain characters
czym jest, błędy i użyciestring strtr ( string str, string from, string to )
. - Jak działa Substr_Compare wywołanie funkcji
Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters
co oznacza, błędy i użycieint substr_compare ( string main_str, string str, int offset [, int length [, bool case_insensitivity]] )
. - Jak działa Substr_Count wywołanie funkcji
Count the number of substring occurrences
krzyżówka, błędy i użycieint substr_count ( string haystack, string needle [, int offset [, int length]] )
. - Jak działa Substr_Replace wywołanie funkcji
Replace text within a portion of a string
najlepszy, błędy i użyciemixed substr_replace ( mixed string, string replacement, int start [, int length] )
. - Jak działa Substr wywołanie funkcji
Return part of a string
przykłady, błędy i użyciestring substr ( string string, int start [, int length] )
. - Jak działa Swf_Actiongeturl wywołanie funkcji
Get a URL from a Shockwave Flash movie
encyklopedia, błędy i użycievoid swf_actiongeturl ( string url, string target )
. - Jak działa Swf_Actiongotoframe wywołanie funkcji
Play a frame and then stop
jak działa, błędy i użycievoid swf_actiongotoframe ( int framenumber )
. - Jak działa Swf_Actiongotolabel wywołanie funkcji
Display a frame with the specified label
czy jest, błędy i użycievoid swf_actiongotolabel ( string label )
. - Jak działa Swf_Actionnextframe wywołanie funkcji
Go forward one frame
pojęcie, błędy i użycievoid swf_actionnextframe ( void )
. - Jak działa Swf_Actionplay wywołanie funkcji
Start playing the flash movie from the current frame
wyjaśnienie, błędy i użycievoid swf_actionplay ( void )
. - Jak działa Swf_Actionprevframe wywołanie funkcji
Go backwards one frame
opis, błędy i użycievoid swf_actionprevframe ( void )
. - Jak działa Swf_Actionsettarget wywołanie funkcji
Set the context for actions
informacje, błędy i użycievoid swf_actionsettarget ( string target )
. - Jak działa Swf_Actionstop wywołanie funkcji
Stop playing the flash movie at the current frame
co to jest, błędy i użycievoid swf_actionstop ( void )
. - Jak działa Swf_Actiontogglequality wywołanie funkcji
Toggle between low and high quality
definicja, błędy i użycievoid swf_actiontogglequality ( void )
. - Jak działa Swf_Actionwaitforframe wywołanie funkcji
Skip actions if a frame has not been loaded
co znaczy, błędy i użycievoid swf_actionwaitforframe ( int framenumber, int skipcount )
. - Jak działa Swf_Addbuttonrecord wywołanie funkcji
Controls location, appearance and active area of the current button
słownik, błędy i użycievoid swf_addbuttonrecord ( int states, int shapeid, int depth )
. - Jak działa Swf_Addcolor wywołanie funkcji
Set the global add color to the rgba value specified
znaczenie, błędy i użycievoid swf_addcolor ( float r, float g, float b, float a )
. - Jak działa Swf_Closefile wywołanie funkcji
Close the current Shockwave Flash file
czym jest, błędy i użycievoid swf_closefile ( [int return_file] )
. - Jak działa Swf_Definebitmap wywołanie funkcji
Define a bitmap
co oznacza, błędy i użycievoid swf_definebitmap ( int objid, string image_name )
. - Jak działa Swf_Definefont wywołanie funkcji
Defines a font
krzyżówka, błędy i użycievoid swf_definefont ( int fontid, string fontname )
. - Jak działa Swf_Defineline wywołanie funkcji
Define a line
najlepszy, błędy i użycievoid swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width )
. - Jak działa Swf_Definepoly wywołanie funkcji
Define a polygon
przykłady, błędy i użycievoid swf_definepoly ( int objid, array coords, int npoints, float width )
. - Jak działa Swf_Definerect wywołanie funkcji
Define a rectangle
encyklopedia, błędy i użycievoid swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width )
. - Jak działa Swf_Definetext wywołanie funkcji
Define a text string
jak działa, błędy i użycievoid swf_definetext ( int objid, string str, int docenter )
. - Jak działa Swf_Endbutton wywołanie funkcji
End the definition of the current button
czy jest, błędy i użycievoid swf_endbutton ( void )
. - Jak działa Swf_Enddoaction wywołanie funkcji
End the current action
pojęcie, błędy i użycievoid swf_enddoaction ( void )
. - Jak działa Swf_Endshape wywołanie funkcji
Completes the definition of the current shape
wyjaśnienie, błędy i użycievoid swf_endshape ( void )
. - Jak działa Swf_Endsymbol wywołanie funkcji
End the definition of a symbol
opis, błędy i użycievoid swf_endsymbol ( void )
. - Jak działa Swf_Fontsize wywołanie funkcji
Change the font size
informacje, błędy i użycievoid swf_fontsize ( float size )
. - Jak działa Swf_Fontslant wywołanie funkcji
Set the font slant
co to jest, błędy i użycievoid swf_fontslant ( float slant )
. - Jak działa Swf_Fonttracking wywołanie funkcji
Set the current font tracking
definicja, błędy i użycievoid swf_fonttracking ( float tracking )
. - Jak działa Swf_Getbitmapinfo wywołanie funkcji
Get information about a bitmap
co znaczy, błędy i użyciearray swf_getbitmapinfo ( int bitmapid )
. - Jak działa Swf_Getfontinfo wywołanie funkcji
The height in pixels of a capital A and a lowercase x
słownik, błędy i użyciearray swf_getfontinfo ( void )
. - Jak działa Swf_Getframe wywołanie funkcji
Get the frame number of the current frame
znaczenie, błędy i użycieint swf_getframe ( void )
. - Jak działa Swf_Labelframe wywołanie funkcji
Label the current frame
czym jest, błędy i użycievoid swf_labelframe ( string name )
. - Jak działa Sybase_Min_Client_Severity wywołanie funkcji
Sets minimum client severity
co oznacza, błędy i użycievoid sybase_min_client_severity ( int severity )
. - Jak działa Swf_Lookat wywołanie funkcji
Define a viewing transformation
krzyżówka, błędy i użycievoid swf_lookat ( float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist )
. - Jak działa Swf_Modifyobject wywołanie funkcji
Modify an object
najlepszy, błędy i użycievoid swf_modifyobject ( int depth, int how )
. - Jak działa Swf_Mulcolor wywołanie funkcji
Sets the global multiply color to the rgba value specified
przykłady, błędy i użycievoid swf_mulcolor ( float r, float g, float b, float a )
. - Jak działa Swf_Nextid wywołanie funkcji
Returns the next free object id
encyklopedia, błędy i użycieint swf_nextid ( void )
. - Jak działa Swf_Oncondition wywołanie funkcji
Describe a transition used to trigger an action list
jak działa, błędy i użycievoid swf_oncondition ( int transition )
. - Jak działa Swf_Openfile wywołanie funkcji
Open a new Shockwave Flash file
czy jest, błędy i użycievoid swf_openfile ( string filename, float width, float height, float framerate, float r, float g, float b )
. - Jak działa Swf_Ortho2 wywołanie funkcji
Defines 2D orthographic mapping of user coordinates onto thecurrent viewport
pojęcie, błędy i użycievoid swf_ortho2 ( float xmin, float xmax, float ymin, float ymax )
. - Jak działa Swf_Ortho wywołanie funkcji
Defines an orthographic mapping of user coordinates onto thecurrent viewport
wyjaśnienie, błędy i użycievoid swf_ortho ( float xmin, float xmax, float ymin, float ymax, float zmin, float zmax )
. - Jak działa Swf_Perspective wywołanie funkcji
Define a perspective projection transformation
opis, błędy i użycievoid swf_perspective ( float fovy, float aspect, float near, float far )
. - Jak działa Swf_Placeobject wywołanie funkcji
Place an object onto the screen
informacje, błędy i użycievoid swf_placeobject ( int objid, int depth )
. - Jak działa Swf_Polarview wywołanie funkcji
Define the viewer's position with polar coordinates
co to jest, błędy i użycievoid swf_polarview ( float dist, float azimuth, float incidence, float twist )
. - Jak działa Swf_Popmatrix wywołanie funkcji
Restore a previous transformation matrix
definicja, błędy i użycievoid swf_popmatrix ( void )
. - Jak działa Swf_Posround wywołanie funkcji
Enables or Disables the rounding of the translation when objectsare placed or moved
co znaczy, błędy i użycievoid swf_posround ( int round )
. - Jak działa Swf_Pushmatrix wywołanie funkcji
Push the current transformation matrix back unto the stack
słownik, błędy i użycievoid swf_pushmatrix ( void )
. - Jak działa Swf_Removeobject wywołanie funkcji
Remove an object
znaczenie, błędy i użycievoid swf_removeobject ( int depth )
. - Jak działa Swf_Rotate wywołanie funkcji
Rotate the current transformation
czym jest, błędy i użycievoid swf_rotate ( float angle, string axis )
. - Jak działa Swf_Scale wywołanie funkcji
Scale the current transformation
co oznacza, błędy i użycievoid swf_scale ( float x, float y, float z )
. - Jak działa Swf_Setfont wywołanie funkcji
Change the current font
krzyżówka, błędy i użycievoid swf_setfont ( int fontid )
. - Jak działa Swf_Setframe wywołanie funkcji
Switch to a specified frame
najlepszy, błędy i użycievoid swf_setframe ( int framenumber )
. - Jak działa Swf_Shapearc wywołanie funkcji
Draw a circular arc
przykłady, błędy i użycievoid swf_shapearc ( float x, float y, float r, float ang1, float ang2 )
. - Jak działa Swf_Shapecurveto3 wywołanie funkcji
Draw a cubic bezier curve
encyklopedia, błędy i użycievoid swf_shapecurveto3 ( float x1, float y1, float x2, float y2, float x3, float y3 )
. - Jak działa Swf_Shapecurveto wywołanie funkcji
Draw a quadratic bezier curve between two points
jak działa, błędy i użycievoid swf_shapecurveto ( float x1, float y1, float x2, float y2 )
. - Jak działa Swf_Shapefillbitmapclip wywołanie funkcji
Set current fill mode to clipped bitmap
czy jest, błędy i użycievoid swf_shapefillbitmapclip ( int bitmapid )
. - Jak działa Swf_Shapefillbitmaptile wywołanie funkcji
Set current fill mode to tiled bitmap
pojęcie, błędy i użycievoid swf_shapefillbitmaptile ( int bitmapid )
. - Jak działa Swf_Shapefilloff wywołanie funkcji
Turns off filling
wyjaśnienie, błędy i użycievoid swf_shapefilloff ( void )
. - Jak działa Swf_Shapefillsolid wywołanie funkcji
Set the current fill style to the specified color
opis, błędy i użycievoid swf_shapefillsolid ( float r, float g, float b, float a )
. - Jak działa Swf_Shapelinesolid wywołanie funkcji
Set the current line style
informacje, błędy i użycievoid swf_shapelinesolid ( float r, float g, float b, float a, float width )
. - Jak działa Swf_Shapelineto wywołanie funkcji
Draw a line
co to jest, błędy i użycievoid swf_shapelineto ( float x, float y )
. - Jak działa Swf_Shapemoveto wywołanie funkcji
Move the current position
definicja, błędy i użycievoid swf_shapemoveto ( float x, float y )
. - Jak działa Swf_Showframe wywołanie funkcji
Display the current frame
co znaczy, błędy i użycievoid swf_showframe ( void )
. - Jak działa Swf_Startbutton wywołanie funkcji
Start the definition of a button
słownik, błędy i użycievoid swf_startbutton ( int objid, int type )
. - Jak działa Swf_Startdoaction wywołanie funkcji
Start a description of an action list for the current frame
znaczenie, błędy i użycievoid swf_startdoaction ( void )
. - Jak działa Swf_Startshape wywołanie funkcji
Start a complex shape
czym jest, błędy i użycievoid swf_startshape ( int objid )
. - Jak działa Swf_Startsymbol wywołanie funkcji
Define a symbol
co oznacza, błędy i użycievoid swf_startsymbol ( int objid )
. - Jak działa Swf_Textwidth wywołanie funkcji
Get the width of a string
krzyżówka, błędy i użyciefloat swf_textwidth ( string str )
. - Jak działa Swf_Translate wywołanie funkcji
Translate the current transformations
najlepszy, błędy i użycievoid swf_translate ( float x, float y, float z )
. - Jak działa Swf_Viewport wywołanie funkcji
Select an area for future drawing
przykłady, błędy i użycievoid swf_viewport ( float xmin, float xmax, float ymin, float ymax )
. - Jak działa Sybase_Affected_Rows wywołanie funkcji
Gets number of affected rows in last query
encyklopedia, błędy i użycieint sybase_affected_rows ( [resource link_identifier] )
. - Jak działa Sybase_Close wywołanie funkcji
Closes a Sybase connection
jak działa, błędy i użyciebool sybase_close ( [resource link_identifier] )
. - Jak działa Sybase_Connect wywołanie funkcji
Opens a Sybase server connection
czy jest, błędy i użycieresource sybase_connect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
. - Jak działa Sybase_Data_Seek wywołanie funkcji
Moves internal row pointer
pojęcie, błędy i użyciebool sybase_data_seek ( resource result_identifier, int row_number )
. - Jak działa Sybase_Deadlock_Retry_Count wywołanie funkcji
Sets the deadlock retry count
wyjaśnienie, błędy i użycievoid sybase_deadlock_retry_count ( int retry_count )
. - Jak działa Sybase_Fetch_Array wywołanie funkcji
Fetch row as array
opis, błędy i użyciearray sybase_fetch_array ( resource result )
. - Jak działa Sybase_Fetch_Assoc wywołanie funkcji
Fetch a result row as an associative array
informacje, błędy i użyciearray sybase_fetch_assoc ( resource result )
. - Jak działa Sybase_Fetch_Field wywołanie funkcji
Get field information from a result
co to jest, błędy i użycieobject sybase_fetch_field ( resource result [, int field_offset] )
. - Jak działa Sybase_Fetch_Object wywołanie funkcji
Fetch a row as an object
definicja, błędy i użycieobject sybase_fetch_object ( resource result [, mixed object] )
. - Jak działa Sybase_Fetch_Row wywołanie funkcji
Get a result row as an enumerated array
co znaczy, błędy i użyciearray sybase_fetch_row ( resource result )
. - Jak działa Sybase_Field_Seek wywołanie funkcji
Sets field offset
słownik, błędy i użyciebool sybase_field_seek ( resource result, int field_offset )
. - Jak działa Sybase_Free_Result wywołanie funkcji
Frees result memory
znaczenie, błędy i użyciebool sybase_free_result ( resource result )
. - Jak działa Sybase_Get_Last_Message wywołanie funkcji
Returns the last message from the server
czym jest, błędy i użyciestring sybase_get_last_message ( void )
. - Jak działa Sybase_Min_Error_Severity wywołanie funkcji
Sets minimum error severity
co oznacza, błędy i użycievoid sybase_min_error_severity ( int severity )
. - Jak działa Sybase_Min_Message_Severity wywołanie funkcji
Sets minimum message severity
krzyżówka, błędy i użycievoid sybase_min_message_severity ( int severity )
. - Jak działa Sybase_Min_Server_Severity wywołanie funkcji
Sets minimum server severity
najlepszy, błędy i użycievoid sybase_min_server_severity ( int severity )
. - Jak działa Sybase_Num_Fields wywołanie funkcji
Gets the number of fields in a result set
przykłady, błędy i użycieint sybase_num_fields ( resource result )
. - Jak działa Sybase_Num_Rows wywołanie funkcji
Get number of rows in a result set
encyklopedia, błędy i użycieint sybase_num_rows ( resource result )
. - Jak działa Sybase_Pconnect wywołanie funkcji
Open persistent Sybase connection
jak działa, błędy i użycieresource sybase_pconnect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
. - Jak działa Sybase_Query wywołanie funkcji
Sends a Sybase query
czy jest, błędy i użyciemixed sybase_query ( string query [, resource link_identifier] )
. - Jak działa Sybase_Result wywołanie funkcji
Get result data
pojęcie, błędy i użyciestring sybase_result ( resource result, int row, mixed field )
. - Jak działa Sybase_Select_Db wywołanie funkcji
Selects a Sybase database
wyjaśnienie, błędy i użyciebool sybase_select_db ( string database_name [, resource link_identifier] )
. - Jak działa Sybase_Set_Message_Handler wywołanie funkcji
Sets the handler called when a server message is raised
opis, błędy i użyciebool sybase_set_message_handler ( callback handler [, resource connection] )
. - Jak działa Sybase_Unbuffered_Query wywołanie funkcji
Send a Sybase query and do not block
informacje, błędy i użycieresource sybase_unbuffered_query ( string query, resource link_identifier [, bool store_result] )
. - Jak działa Serialize wywołanie funkcji
Generates a storable representation of a value
co to jest, błędy i użyciestring serialize ( mixed value )
. - Jak działa Settype wywołanie funkcji
Set the type of a variable
definicja, błędy i użyciebool settype ( mixed &var, string type )
. - Jak działa Strval wywołanie funkcji
Get string value of a variable
co znaczy, błędy i użyciestring strval ( mixed var )
.
PeHaPe programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć PHP. Programowanie w jezyku PHP.Z
Żeby zacząć programować w PHP, potrzebujesz tylko:
- Dostępu do serwera internetowego obsługującego PHP. Możesz skorzystać z serwera internetowego dostarczanego przez dostawcę usług internetowych lub zainstalować serwer internetowy na swoim komputerze. Najlepiej kup hosting PHP.
- Edytora tekstu lub środowiska programistycznego do pisania i edytowania kodu PHP. Możesz użyć darmowego edytora tekstu, takiego jak Notepad++ lub zainwestować w profesjonalne środowisko programistyczne, takie jak Eclipse z SDK dla PHP.
- Podstawowa wiedza na temat każdego języka programowania.