Słownik i definicje programowania w PHP na S
- Jak działa sizeof wywołanie funkcji Alias of count(), błędy i użycie
.
- Jak działa source_ show wywołanie funkcji Alias of highlight_file(), błędy i użycie
.
- Jak działa sinh wywołanie funkcji Hyperbolic sine, błędy i użycie
float sinh ( float arg )
. - Jak działa sqrt wywołanie funkcji Square root, błędy i użycie
float sqrt ( float arg )
. - Jak działa buffer_ file_ set wywołanie funkcji Alias of stream_set_write_buffer(), błędy i użycie
.
- Jak działa sin wywołanie funkcji Sine, błędy i użycie
float sin ( float arg )
. - Jak działa shuffle wywołanie funkcji Shuffle an array, błędy i użycie
bool shuffle ( array &array )
. - Jak działa sort wywołanie funkcji Sort an array, błędy i użycie
bool sort ( array &array [, int sort_flags] )
. - Jak działa strftime wywołanie funkcji Format a local time/date according to locale settings, błędy i użycie
string strftime ( string format [, int timestamp] )
. - Jak działa strptime wywołanie funkcji Parse a time/date generated with strftime(), błędy i użycie
array strptime ( string date, string format )
. - Jak działa strtotime wywołanie funkcji Parse about any English textual datetime description into a Unix timestamp, błędy i użycie
int strtotime ( string time [, int now] )
. - Jak działa scandir wywołanie funkcji List files and directories inside the specified path, błędy i użycie
array scandir ( string directory [, int sorting_order [, resource context]] )
. - Jak działa handler_ error_ set wywołanie funkcji Sets a user-defined error handler function, błędy i użycie
mixed set_error_handler ( callback error_handler [, int error_types] )
. - Jak działa handler_ exception_ set wywołanie funkcji Sets a user-defined exception handler function, błędy i użycie
string set_exception_handler ( callback exception_handler )
. - Jak działa stat wywołanie funkcji Gives information about a file, błędy i użycie
array stat ( string filename )
. - Jak działa symlink wywołanie funkcji Creates a symbolic link, błędy i użycie
bool symlink ( string target, string link )
. - Jak działa setcookie wywołanie funkcji Send a cookie, błędy i użycie
bool 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, błędy i użycie
bool 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, błędy i użycie
void srand ( [int seed] )
. - Jak działa swfbutton.addasound wywołanie funkcji Associates a sound with a button transition, błędy i użycie
SWFSoundInstance SWFButton::addASound ( SWFSound sound, int flags )
. - Jak działa swfbutton.setmenu wywołanie funkcji enable track as menu button behaviour, błędy i użycie
void SWFButton::setMenu ( int flag )
. - Jak działa swfdisplayitem.addaction wywołanie funkcji Adds this SWFAction to the given SWFSprite instance, błędy i użycie
void SWFDisplayItem::addAction ( SWFAction action, int flags )
. - Jak działa swfdisplayitem.endmask wywołanie funkcji Another way of defining a MASK layer, błędy i użycie
void SWFDisplayItem::endMask ( void )
. - Jak działa swfdisplayitem.getrot wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getRot ( void )
. - Jak działa swfdisplayitem.getx wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getX ( void )
. - Jak działa swfdisplayitem.getxscale wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getXScale ( void )
. - Jak działa swfdisplayitem.getxskew wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getXSkew ( void )
. - Jak działa swfdisplayitem.gety wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getY ( void )
. - Jak działa swfdisplayitem.getyscale wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getYScale ( void )
. - Jak działa swfdisplayitem.getyskew wywołanie funkcji , błędy i użycie
float SWFDisplayItem::getYSkew ( void )
. - Jak działa swfdisplayitem.setmasklevel wywołanie funkcji Defines a MASK layer at level, błędy i użycie
void SWFDisplayItem::setMaskLevel ( int level )
. - Jak działa swfdisplayitem.setmatrix wywołanie funkcji Sets the item's transform matrix, błędy i użycie
void SWFDisplayItem::setMatrix ( float a, float b, float c, float d, float x, float y )
. - Jak działa swffont.getascent wywołanie funkcji Returns the ascent of the font, or 0 if not available, błędy i użycie
float SWFFont::getAscent ( void )
. - Jak działa swffont.getdescent wywołanie funkcji Returns the descent of the font, or 0 if not available, błędy i użycie
float SWFFont::getDescent ( void )
. - Jak działa swffont.getleading wywołanie funkcji Returns the leading of the font, or 0 if not available, błędy i użycie
float SWFFont::getLeading ( void )
. - Jak działa swffont.getshape wywołanie funkcji Returns the glyph shape of a char as a text string, błędy i użycie
string SWFFont::getShape ( int code )
. - Jak działa swffont.getutf8width wywołanie funkcji Calculates the width of the given string in this font at full height, błędy i użycie
float SWFFont::getUTF8Width ( string string )
. - Jak działa swffontchar.addchars wywołanie funkcji Adds characters to a font for exporting font, błędy i użycie
void SWFFontChar::addChars ( string char )
. - Jak działa swffontchar.addutf8chars wywołanie funkcji Adds characters to a font for exporting font, błędy i użycie
void SWFFontChar::addUTF8Chars ( string char )
. - Jak działa swfmovie.addexport wywołanie funkcji , błędy i użycie
void SWFMovie::addExport ( SWFCharacter char, string name )
. - Jak działa swfmovie.addfont wywołanie funkcji , błędy i użycie
SWFFontChar SWFMovie::addFont ( SWFFont font )
. - Jak działa swfmovie.importchar wywołanie funkcji , błędy i użycie
SWFSprite SWFMovie::importChar ( string libswf, string name )
. - Jak działa swfmovie.importfont wywołanie funkcji , błędy i użycie
SWFFontChar SWFMovie::importFont ( string libswf, string name )
. - Jak działa swfmovie.labelframe wywołanie funkcji Labels frame, błędy i użycie
void SWFMovie::labelFrame ( string label )
. - Jak działa swfmovie.savetofile wywołanie funkcji , błędy i użycie
int SWFMovie::saveToFile ( stream x [, int compression] )
. - Jak działa swfmovie.startsound wywołanie funkcji , błędy i użycie
SWFSoundInstance SWFMovie::startSound ( SWFSound sound )
. - Jak działa swfmovie.stopsound wywołanie funkcji , błędy i użycie
void SWFMovie::stopSound ( SWFSound sound )
. - Jak działa swfmovie.writeexports wywołanie funkcji , błędy i użycie
void SWFMovie::writeExports ( void )
. - Jak działa swfprebuiltclip wywołanie funkcji Returns a SWFPrebuiltClip object, błędy i użycie
SWFPrebuiltClip SWFPrebuiltClip ( [string file] )
. - Jak działa swfshape.drawarc 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, błędy i użycie
void SWFShape::drawArc ( float r, float startAngle, float endAngle )
. - Jak działa swfshape.drawcircle wywołanie funkcji Draws a circle of radius r centered at the current location, in a counter-clockwise fashion, błędy i użycie
void SWFShape::drawCircle ( float r )
. - Jak działa swfshape.drawcubic wywołanie funkcji Draws a cubic bezier curve using the current position and the three given points as control points, błędy i użycie
int SWFShape::drawCubic ( float bx, float by, float cx, float cy, float dx, float dy )
. - Jak działa swfshape.drawcubicto wywołanie funkcji Draws a cubic bezier curve using the current position and the three given points as control points, błędy i użycie
int SWFShape::drawCubicTo ( float bx, float by, float cx, float cy, float dx, float dy )
. - Jak działa swfshape.drawglyph wywołanie funkcji Draws the first character in the given string into the shape using the glyph definition from the given font, błędy i użycie
void SWFShape::drawGlyph ( SWFFont font, string character [, int size] )
. - Jak działa swfsound wywołanie funkcji Returns a new SWFSound object from given file, błędy i użycie
SWFSound SWFSound ( string filename, int flags )
. - Jak działa swfsoundinstance.loopcount wywołanie funkcji , błędy i użycie
void SWFSoundInstance::loopCount ( int point )
. - Jak działa swfsoundinstance.loopinpoint wywołanie funkcji , błędy i użycie
void SWFSoundInstance::loopInPoint ( int point )
. - Jak działa swfsoundinstance.loopoutpoint wywołanie funkcji , błędy i użycie
void SWFSoundInstance::loopOutPoint ( int point )
. - Jak działa swfsoundinstance.nomultiple wywołanie funkcji , błędy i użycie
void SWFSoundInstance::noMultiple ( void )
. - Jak działa swfsprite.labelframe wywołanie funkcji Labels frame, błędy i użycie
void SWFSprite::labelFrame ( string label )
. - Jak działa swfsprite.startsound wywołanie funkcji , błędy i użycie
SWFSoundInstance SWFSprite::startSound ( SWFSound sound )
. - Jak działa swfsprite.stopsound wywołanie funkcji , błędy i użycie
void SWFSprite::stopSound ( SWFSound sound )
. - Jak działa swffont wywołanie funkcji Loads a font definition, błędy i użycie
SWFFont swffont ( string filename )
. - Jak działa swftext.addutf8string wywołanie funkcji Writes the given text into this SWFText object at the current pen position,using the current font, height, spacing, and color, błędy i użycie
void SWFText::addUTF8String ( string text )
. - Jak działa swftext.getascent wywołanie funkcji Returns the ascent of the current font at its current size, or 0 if not available, błędy i użycie
float SWFText::getAscent ( void )
. - Jak działa swftext.getdescent wywołanie funkcji Returns the descent of the current font at its current size, or 0 if not available, błędy i użycie
float SWFText::getDescent ( void )
. - Jak działa swftext.getleading wywołanie funkcji Returns the leading of the current font at its current size, or 0 if not available, błędy i użycie
float SWFText::getLeading ( void )
. - Jak działa swftext.getutf8width wywołanie funkcji calculates the width of the given string in this text objects current font and size, błędy i użycie
float SWFText::getUTF8Width ( string string )
. - Jak działa swftextfield.addchars wywołanie funkcji adds characters to a font that will be available within a textfield, błędy i użycie
void SWFTextField::addChars ( string chars )
. - Jak działa swftextfield.setpadding wywołanie funkcji Sets the padding of this textfield, błędy i użycie
void SWFTextField::setPadding ( float padding )
. - Jak działa swfvideostream.getnumframes wywołanie funkcji , błędy i użycie
int SWFVideoStream::getNumFrames ( void )
. - Jak działa swfvideostream.setdimension wywołanie funkcji , błędy i użycie
void SWFVideoStream::setDimension ( int x, int y )
. - Jak działa swfvideostream wywołanie funkcji Returns a SWFVideoStream object, błędy i użycie
SWFVideoStream SWFVideoStream ( [string file] )
. - Jak działa swfaction wywołanie funkcji Creates a new Action, błędy i użycie
SWFAction swfaction ( string script )
. - Jak działa swfbitmap.getheight wywołanie funkcji Returns the bitmap's height, błędy i użycie
float swfbitmap->getheight ( void )
. - Jak działa swfbitmap.getwidth wywołanie funkcji Returns the bitmap's width, błędy i użycie
float swfbitmap->getwidth ( void )
. - Jak działa swfbitmap wywołanie funkcji Loads Bitmap object, błędy i użycie
SWFBitmap swfbitmap ( mixed file [, mixed alphafile] )
. - Jak działa swfbutton.addaction wywołanie funkcji Adds an action, błędy i użycie
void swfbutton->addaction ( resource action, int flags )
. - Jak działa swfbutton.addshape wywołanie funkcji Adds a shape to a button, błędy i użycie
void swfbutton->addshape ( resource shape, int flags )
. - Jak działa swfbutton.setaction wywołanie funkcji Sets the action, błędy i użycie
void swfbutton->setaction ( resource action )
. - Jak działa swfbutton.setdown wywołanie funkcji Alias for addShape(shape, SWFBUTTON_DOWN), błędy i użycie
void swfbutton->setdown ( resource shape )
. - Jak działa swfbutton.sethit wywołanie funkcji Alias for addShape(shape, SWFBUTTON_HIT), błędy i użycie
void swfbutton->sethit ( resource shape )
. - Jak działa swfbutton.setover wywołanie funkcji Alias for addShape(shape, SWFBUTTON_OVER), błędy i użycie
void swfbutton->setover ( resource shape )
. - Jak działa swfbutton.setup wywołanie funkcji Alias for addShape(shape, SWFBUTTON_UP), błędy i użycie
void swfbutton->setup ( resource shape )
. - Jak działa swfbutton wywołanie funkcji Creates a new Button, błędy i użycie
SWFButton swfbutton ( void )
. - Jak działa swfdisplayitem.addcolor wywołanie funkcji Adds the given color to this item's color transform, błędy i użycie
void swfdisplayitem->addcolor ( int red, int green, int blue [, int a] )
. - Jak działa swfdisplayitem.move wywołanie funkcji Moves object in relative coordinates, błędy i użycie
void swfdisplayitem->move ( int dx, int dy )
. - Jak działa swfdisplayitem.moveto wywołanie funkcji Moves object in global coordinates, błędy i użycie
void swfdisplayitem->moveto ( int x, int y )
. - Jak działa swfdisplayitem.multcolor wywołanie funkcji Multiplies the item's color transform, błędy i użycie
void swfdisplayitem->multcolor ( int red, int green, int blue [, int a] )
. - Jak działa swfdisplayitem.remove wywołanie funkcji Removes the object from the movie, błędy i użycie
void swfdisplayitem->remove ( void )
. - Jak działa swfdisplayitem.rotate wywołanie funkcji Rotates in relative coordinates, błędy i użycie
void swfdisplayitem->rotate ( float ddegrees )
. - Jak działa swfdisplayitem.rotateto wywołanie funkcji Rotates the object in global coordinates, błędy i użycie
void swfdisplayitem->rotateto ( float degrees )
. - Jak działa swfdisplayitem.scale wywołanie funkcji Scales the object in relative coordinates, błędy i użycie
void swfdisplayitem->scale ( int dx, int dy )
. - Jak działa swfdisplayitem.scaleto wywołanie funkcji Scales the object in global coordinates, błędy i użycie
void swfdisplayitem->scaleto ( int x [, int y] )
. - Jak działa swfdisplayitem.setdepth wywołanie funkcji Sets z-order, błędy i użycie
void swfdisplayitem->setdepth ( float depth )
. - Jak działa swfdisplayitem.setname wywołanie funkcji Sets the object's name, błędy i użycie
void swfdisplayitem->setname ( string name )
. - Jak działa swfdisplayitem.setratio wywołanie funkcji Sets the object's ratio, błędy i użycie
void swfdisplayitem->setratio ( float ratio )
. - Jak działa swfdisplayitem.skewx wywołanie funkcji Sets the X-skew, błędy i użycie
void swfdisplayitem->skewx ( float ddegrees )
. - Jak działa swfdisplayitem.skewxto wywołanie funkcji Sets the X-skew, błędy i użycie
void swfdisplayitem->skewxto ( float degrees )
. - Jak działa swfdisplayitem.skewy wywołanie funkcji Sets the Y-skew, błędy i użycie
void swfdisplayitem->skewy ( float ddegrees )
. - Jak działa swfdisplayitem.skewyto wywołanie funkcji Sets the Y-skew, błędy i użycie
void swfdisplayitem->skewyto ( float degrees )
. - Jak działa swffill.moveto wywołanie funkcji Moves fill origin, błędy i użycie
void swffill->moveto ( int x, int y )
. - Jak działa swffill.rotateto wywołanie funkcji Sets fill's rotation, błędy i użycie
void swffill->rotateto ( float degrees )
. - Jak działa swffill.scaleto wywołanie funkcji Sets fill's scale, błędy i użycie
void swffill->scaleto ( int x [, int y] )
. - Jak działa swffill.skewxto wywołanie funkcji Sets fill x-skew, błędy i użycie
void swffill->skewxto ( float x )
. - Jak działa swffill.skewyto wywołanie funkcji Sets fill y-skew, błędy i użycie
void swffill->skewyto ( float y )
. - Jak działa swffill wywołanie funkcji Loads SWFFill object, błędy i użycie
SWFFill swffill ( void )
. - Jak działa swffont.getwidth wywołanie funkcji Returns the string's width, błędy i użycie
float swffont->getwidth ( string string )
. - Jak działa swfgradient.addentry wywołanie funkcji Adds an entry to the gradient list, błędy i użycie
void swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] )
. - Jak działa swfgradient wywołanie funkcji Creates a gradient object, błędy i użycie
SWFGradient swfgradient ( void )
. - Jak działa swfmorph.getshape1 wywołanie funkcji Gets a handle to the starting shape, błędy i użycie
mixed swfmorph->getshape1 ( void )
. - Jak działa swfmorph.getshape2 wywołanie funkcji Gets a handle to the ending shape, błędy i użycie
mixed swfmorph->getshape2 ( void )
. - Jak działa swfmorph wywołanie funkcji Creates a new SWFMorph object, błędy i użycie
SWFMorph swfmorph ( void )
. - Jak działa swfmovie.add wywołanie funkcji Adds any type of data to a movie, błędy i użycie
void swfmovie->add ( resource instance )
. - Jak działa swfmovie.nextframe wywołanie funkcji Moves to the next frame of the animation, błędy i użycie
void swfmovie->nextframe ( void )
. - Jak działa swfmovie.output wywołanie funkcji Dumps your lovingly prepared movie out, błędy i użycie
int swfmovie->output ( [int compression] )
. - Jak działa swfmovie.remove wywołanie funkcji Removes the object instance from the display list, błędy i użycie
void swfmovie->remove ( resource instance )
. - Jak działa swfmovie.save wywołanie funkcji Saves your movie in a file, błędy i użycie
int swfmovie->save ( string filename [, int compression] )
. - Jak działa swfmovie.setbackground wywołanie funkcji Sets the background color, błędy i użycie
void swfmovie->setbackground ( int red, int green, int blue )
. - Jak działa swfmovie.setdimension wywołanie funkcji Sets the movie's width and height, błędy i użycie
void swfmovie->setdimension ( int width, int height )
. - Jak działa swfmovie.setframes wywołanie funkcji Sets the total number of frames in the animation, błędy i użycie
void swfmovie->setframes ( string numberofframes )
. - Jak działa swfmovie.setrate wywołanie funkcji Sets the animation's frame rate, błędy i użycie
void swfmovie->setrate ( int rate )
. - Jak działa swfmovie.streammp3 wywołanie funkcji Streams a MP3 file, błędy i użycie
void swfmovie->streammp3 ( mixed mp3File )
. - Jak działa swfmovie wywołanie funkcji Creates a new movie object, representing an SWF version 4 movie, błędy i użycie
SWFMovie swfmovie ( void )
. - Jak działa swfshape.addfill wywołanie funkcji Adds a solid fill to the shape, błędy i użycie
SWFFill SWFShape->addFill ( int red, int green, int blue [, int a] )
. - Jak działa swfshape.drawcurve wywołanie funkcji Draws a curve (relative), błędy i użycie
int swfshape->drawcurve ( int controldx, int controldy, int anchordx, int anchordy [, int targetdx, int targetdy] )
. - Jak działa swfshape.drawcurveto wywołanie funkcji Draws a curve, błędy i użycie
int swfshape->drawcurveto ( int controlx, int controly, int anchorx, int anchory [, int targetx, int targety] )
. - Jak działa swfshape.drawline wywołanie funkcji Draws a line (relative), błędy i użycie
void swfshape->drawline ( int dx, int dy )
. - Jak działa swfshape.drawlineto wywołanie funkcji Draws a line, błędy i użycie
void swfshape->drawlineto ( int x, int y )
. - Jak działa swfshape.movepen wywołanie funkcji Moves the shape's pen (relative), błędy i użycie
void swfshape->movepen ( int dx, int dy )
. - Jak działa swfshape.movepento wywołanie funkcji Moves the shape's pen, błędy i użycie
void swfshape->movepento ( int x, int y )
. - Jak działa swfshape.setleftfill wywołanie funkcji Sets left rasterizing color, błędy i użycie
void swfshape->setleftfill ( swfgradient fill )
. - Jak działa swfshape.setline wywołanie funkcji Sets the shape's line style, błędy i użycie
void swfshape->setline ( swfshape shape )
. - Jak działa swfshape.setrightfill wywołanie funkcji Sets right rasterizing color, błędy i użycie
void swfshape->setrightfill ( swfgradient fill )
. - Jak działa swfshape wywołanie funkcji Creates a new shape object, błędy i użycie
SWFShape swfshape ( void )
. - Jak działa swfsprite.add wywołanie funkcji Adds an object to a sprite, błędy i użycie
void swfsprite->add ( resource object )
. - Jak działa swfsprite.nextframe wywołanie funkcji Moves to the next frame of the animation, błędy i użycie
void swfsprite->nextframe ( void )
. - Jak działa swfsprite.remove wywołanie funkcji Removes an object to a sprite, błędy i użycie
void swfsprite->remove ( resource object )
. - Jak działa swfsprite.setframes wywołanie funkcji Sets the total number of frames in the animation, błędy i użycie
void swfsprite->setframes ( int numberofframes )
. - Jak działa swfsprite wywołanie funkcji Creates a movie clip (a sprite), błędy i użycie
SWFSprite swfsprite ( void )
. - Jak działa swftext.addstring wywołanie funkcji Draws a string, błędy i użycie
void swftext->addstring ( string string )
. - Jak działa swftext.getwidth wywołanie funkcji Computes string's width, błędy i użycie
float swftext->getwidth ( string string )
. - Jak działa swftext.moveto wywołanie funkcji Moves the pen, błędy i użycie
void swftext->moveto ( int x, int y )
. - Jak działa swftext.setcolor wywołanie funkcji Sets the current font color, błędy i użycie
void swftext->setcolor ( int red, int green, int blue [, int a] )
. - Jak działa swftext.setfont wywołanie funkcji Sets the current font, błędy i użycie
void swftext->setfont ( string font )
. - Jak działa swftext.setheight wywołanie funkcji Sets the current font height, błędy i użycie
void swftext->setheight ( int height )
. - Jak działa swftext.setspacing wywołanie funkcji Sets the current font spacing, błędy i użycie
void swftext->setspacing ( float spacing )
. - Jak działa swftext wywołanie funkcji Creates a new SWFText object, błędy i użycie
SWFText swftext ( void )
. - Jak działa swftextfield.addstring wywołanie funkcji Concatenates the given string to the text field, błędy i użycie
void swftextfield->addstring ( string string )
. - Jak działa disconnect_ sesam wywołanie funkcji Detach from SESAM connection, błędy i użycie
bool sesam_disconnect ( void )
. - Jak działa swftextfield.align wywołanie funkcji Sets the text field alignment, błędy i użycie
void swftextfield->align ( int alignement )
. - Jak działa swftextfield.setbounds wywołanie funkcji Sets the text field width and height, błędy i użycie
void swftextfield->setbounds ( int width, int height )
. - Jak działa swftextfield.setcolor wywołanie funkcji Sets the color of the text field, błędy i użycie
void swftextfield->setcolor ( int red, int green, int blue [, int a] )
. - Jak działa swftextfield.setfont wywołanie funkcji Sets the text field font, błędy i użycie
void swftextfield->setfont ( string font )
. - Jak działa swftextfield.setheight wywołanie funkcji Sets the font height of this text field font, błędy i użycie
void swftextfield->setheight ( int height )
. - Jak działa swftextfield.setindentation wywołanie funkcji Sets the indentation of the first line, błędy i użycie
void swftextfield->setindentation ( int width )
. - Jak działa swftextfield.setleftmargin wywołanie funkcji Sets the left margin width of the text field, błędy i użycie
void swftextfield->setleftmargin ( int width )
. - Jak działa swftextfield.setlinespacing wywołanie funkcji Sets the line spacing of the text field, błędy i użycie
void swftextfield->setlinespacing ( int height )
. - Jak działa swftextfield.setmargins wywołanie funkcji Sets the margins width of the text field, błędy i użycie
void swftextfield->setmargins ( int left, int right )
. - Jak działa swftextfield.setname wywołanie funkcji Sets the variable name, błędy i użycie
void swftextfield->setname ( string name )
. - Jak działa swftextfield.setrightmargin wywołanie funkcji Sets the right margin width of the text field, błędy i użycie
void swftextfield->setrightmargin ( int width )
. - Jak działa swftextfield wywołanie funkcji Creates a text field object, błędy i użycie
SWFTextField swftextfield ( [int flags] )
. - Jak działa sleep wywołanie funkcji Delay execution, błędy i użycie
int sleep ( int seconds )
. - Jak działa status_ get_ socket wywołanie funkcji Alias of stream_get_meta_data(), błędy i użycie
.
- Jak działa blocking_ set_ socket wywołanie funkcji Alias of stream_set_blocking(), błędy i użycie
.
- Jak działa timeout_ set_ socket wywołanie funkcji Alias of stream_set_timeout(), błędy i użycie
.
- Jak działa syslog wywołanie funkcji Generate a system log message, błędy i użycie
bool syslog ( int priority, string message )
. - Jak działa path_ include_ set wywołanie funkcji Sets the include_path configuration option, błędy i użycie
string set_include_path ( string new_include_path )
. - Jak działa runtime_ quotes_ magic_ set wywołanie funkcji Sets the current active configuration setting ofmagic_quotes_runtime, błędy i użycie
bool set_magic_quotes_runtime ( int new_setting )
. - Jak działa limit_ time_ set wywołanie funkcji Limits the maximum execution time, błędy i użycie
void set_time_limit ( int seconds )
. - Jak działa split wywołanie funkcji Split string into array by regular expression, błędy i użycie
array split ( string pattern, string string [, int limit] )
. - Jak działa spliti wywołanie funkcji Split string into array by regular expression case insensitive, błędy i użycie
array spliti ( string pattern, string string [, int limit] )
. - Jak działa regcase_ sql wywołanie funkcji Make regular expression for case insensitive match, błędy i użycie
string sql_regcase ( string string )
. - Jak działa exec_ shell wywołanie funkcji Execute command via shell and return the complete output as a string, błędy i użycie
string shell_exec ( string cmd )
. - Jak działa system wywołanie funkcji Execute an external program and display the output, błędy i użycie
string system ( string command [, int &return_var] )
. - Jak działa exception_ caught_ satellite wywołanie funkcji See if an exception was caught from the previous function, błędy i użycie
bool satellite_caught_exception ( void )
. - Jak działa id_ exception_ satellite wywołanie funkcji Get the repository id for the latest exception., błędy i użycie
string satellite_exception_id ( void )
. - Jak działa value_ exception_ satellite wywołanie funkcji Get the exception struct for the latest exception, błędy i użycie
OrbitStruct satellite_exception_value ( void )
. - Jak działa id_ repository_ get_ satellite wywołanie funkcji NOT IMPLEMENTED, błędy i użycie
int satellite_get_repository_id ( object obj )
. - Jak działa idl_ load_ satellite wywołanie funkcji Instruct the type manager to load an IDL file, błędy i użycie
bool satellite_load_idl ( string file )
. - Jak działa string_ to_ object_ satellite wywołanie funkcji Convert an object to its string representation, błędy i użycie
string satellite_object_to_string ( object obj )
. - Jak działa beginlogging_ changesummary_ das_ sdo wywołanie funkcji Begin change logging, błędy i użycie
void SDO_DAS_ChangeSummary::beginLogging ( void )
. - Jak działa endlogging_ changesummary_ das_ sdo wywołanie funkcji End change logging, błędy i użycie
void SDO_DAS_ChangeSummary::endLogging ( void )
. - Jak działa getchangetype_ changesummary_ das_ sdo wywołanie funkcji Get the type of change made to an SDO_DataObject, błędy i użycie
int SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject dataObject )
. - Jak działa getchangeddataobjects_ changesummary_ das_ sdo wywołanie funkcji Get the changed data objects from a change summary, błędy i użycie
SDO_List SDO_DAS_ChangeSummary::getChangedDataObjects ( void )
. - Jak działa getoldcontainer_ changesummary_ das_ sdo wywołanie funkcji Get the old container for a deleted SDO_DataObject, błędy i użycie
SDO_DataObject SDO_DAS_ChangeSummary::getOldContainer ( SDO_DataObject dataObject )
. - Jak działa getoldvalues_ changesummary_ das_ sdo wywołanie funkcji Get the old values for a given changed SDO_DataObject, błędy i użycie
SDO_List SDO_DAS_ChangeSummary::getOldValues ( SDO_DataObject dataObject )
. - Jak działa islogging_ changesummary_ das_ sdo wywołanie funkcji Test to see whether change logging is switched on, błędy i użycie
bool SDO_DAS_ChangeSummary::isLogging ( void )
. - Jak działa detach_ shm wywołanie funkcji Disconnects from shared memory segment, błędy i użycie
bool shm_detach ( int shm_identifier )
. - Jak działa addpropertytotype_ datafactory_ das_ sdo wywołanie funkcji Adds a property to a type, błędy i użycie
void SDO_DAS_DataFactory::addPropertyToType ( string parentNamespaceURI, string parentTypeName, string propertyName, string propertyNamespaceURI, string propertyTypeName [, array options] )
. - Jak działa addtype_ datafactory_ das_ sdo wywołanie funkcji Add a new type to a model, błędy i użycie
void SDO_DAS_DataFactory::addType ( string namespaceURI, string typeName )
. - Jak działa getdatafactory_ datafactory_ das_ sdo wywołanie funkcji Get a data factory instance, błędy i użycie
SDO_DAS_DataFactory SDO_DAS_DataFactory::getDataFactory ( void )
. - Jak działa getchangesummary_ dataobject_ das_ sdo wywołanie funkcji Get a data object's change summary, błędy i użycie
SDO_DAS_ChangeSummary SDO_DAS_DataObject::getChangeSummary ( void )
. - Jak działa getlistindex_ setting_ das_ sdo wywołanie funkcji Get the list index for a changed many-valued property, błędy i użycie
int SDO_DAS_Setting::getListIndex ( void )
. - Jak działa getpropertyindex_ setting_ das_ sdo wywołanie funkcji Get the property index for a changed property, błędy i użycie
int SDO_DAS_Setting::getPropertyIndex ( void )
. - Jak działa getpropertyname_ setting_ das_ sdo wywołanie funkcji Get the property name for a changed property, błędy i użycie
string SDO_DAS_Setting::getPropertyName ( void )
. - Jak działa getvalue_ setting_ das_ sdo wywołanie funkcji Get the old value for the changed property, błędy i użycie
mixed SDO_DAS_Setting::getValue ( void )
. - Jak działa isset_ setting_ das_ sdo wywołanie funkcji Test whether a property was set prior to being modified, błędy i użycie
bool SDO_DAS_Setting::isSet ( void )
. - Jak działa name_ field_ sesam wywołanie funkcji Return one column name of the result set, błędy i użycie
int sesam_field_name ( string result_id, int index )
. - Jak działa create_ datafactory_ sdo wywołanie funkcji Create an SDO_DataObject, błędy i użycie
void SDO_DataFactory::create ( string namespaceURI, string typeName )
. - Jak działa clear_ dataobject_ sdo wywołanie funkcji Clear an SDO_DataObject's properties, błędy i użycie
void SDO_DataObject::clear ( void )
. - Jak działa createdataobject_ dataobject_ sdo wywołanie funkcji Create a child SDO_DataObject, błędy i użycie
SDO_DataObject SDO_DataObject::createDataObject ( mixed identifier )
. - Jak działa getcontainer_ dataobject_ sdo wywołanie funkcji Get a data object's container, błędy i użycie
SDO_DataObject SDO_DataObject::getContainer ( void )
. - Jak działa getcontainmentpropertyname_ dataobject_ sdo wywołanie funkcji Get the container's property name, błędy i użycie
string SDO_DataObject::getContainmentPropertyName ( void )
. - Jak działa getsequence_ dataobject_ sdo wywołanie funkcji Get the sequence for a data object, błędy i użycie
SDO_Sequence SDO_DataObject::getSequence ( void )
. - Jak działa gettype_ dataobject_ sdo wywołanie funkcji Get the type of a data object, błędy i użycie
array SDO_DataObject::getType ( void )
. - Jak działa insert_ list_ sdo wywołanie funkcji Insert into a list, błędy i użycie
void SDO_List::insert ( mixed value [, int index] )
. - Jak działa getcontainingtype_ property_ model_ sdo wywołanie funkcji Get the SDO_Model_Type which contains this property, błędy i użycie
SDO_Model_Type SDO_Model_Property::getContainingType ( void )
. - Jak działa getdefault_ property_ model_ sdo wywołanie funkcji Get the default value for the property, błędy i użycie
mixed SDO_Model_Property::getDefault ( void )
. - Jak działa getname_ property_ model_ sdo wywołanie funkcji Get the name of the SDO_Model_Property, błędy i użycie
string SDO_Model_Property::getName ( void )
. - Jak działa gettype_ property_ model_ sdo wywołanie funkcji Get the SDO_Model_Type of the property, błędy i użycie
SDO_Model_Type SDO_Model_Property::getType ( void )
. - Jak działa iscontainment_ property_ model_ sdo wywołanie funkcji Test to see if the property defines a containment relationship, błędy i użycie
boolean SDO_Model_Property::isContainment ( void )
. - Jak działa ismany_ property_ model_ sdo wywołanie funkcji Test to see if the property is many-valued, błędy i użycie
boolean SDO_Model_Property::isMany ( void )
. - Jak działa construct_ reflectiondataobject_ model_ sdo wywołanie funkcji Construct an SDO_Model_ReflectionDataObject, błędy i użycie
SDO_Model_ReflectionDataObject SDO_Model_ReflectionDataObject::__construct ( SDO_DataObject data_object )
. - Jak działa getcontainmentproperty_ reflectiondataobject_ model_ sdo wywołanie funkcji Get the parent's SDO_Model_Property which defines the containment relationship to the reflected data object, błędy i użycie
SDO_Model_Property SDO_Model_ReflectionDataObject::getContainmentProperty ( void )
. - Jak działa getinstanceproperties_ reflectiondataobject_ model_ sdo wywołanie funkcji Get the instance properties of the SDO_DataObject, błędy i użycie
array SDO_Model_ReflectionDataObject::getInstanceProperties ( void )
. - Jak działa gettype_ reflectiondataobject_ model_ sdo wywołanie funkcji Get the SDO_Model_Type for the SDO_DataObject, błędy i użycie
SDO_Model_Type SDO_Model_ReflectionDataObject::getType ( void )
. - Jak działa getbasetype_ type_ model_ sdo wywołanie funkcji Get the base type for this type, błędy i użycie
SDO_Model_Type SDO_Model_Type::getBaseType ( void )
. - Jak działa getname_ type_ model_ sdo wywołanie funkcji Get the name of the type, błędy i użycie
string SDO_Model_Type::getName ( void )
. - Jak działa getnamespaceuri_ type_ model_ sdo wywołanie funkcji Get the namespace URI of the type, błędy i użycie
string SDO_Model_Type::getNamespaceURI ( void )
. - Jak działa getproperties_ type_ model_ sdo wywołanie funkcji Get the SDO_Model_Property objects defined for the type, błędy i użycie
array SDO_Model_Type::getProperties ( void )
. - Jak działa getproperty_ type_ model_ sdo wywołanie funkcji Get an SDO_Model_Property of the type, błędy i użycie
SDO_Model_Property SDO_Model_Type::getProperty ( mixed identifier )
. - Jak działa isdatatype_ type_ model_ sdo wywołanie funkcji Test to see if this SDO_Model_Type is a primitive data type, błędy i użycie
boolean SDO_Model_Type::isDataType ( void )
. - Jak działa isinstance_ type_ model_ sdo wywołanie funkcji Test for an SDO_DataObject being an instance of this SDO_Model_Type, błędy i użycie
boolean SDO_Model_Type::isInstance ( SDO_DataObject data_object )
. - Jak działa isopentype_ type_ model_ sdo wywołanie funkcji Test to see if this type is an open type, błędy i użycie
boolean SDO_Model_Type::isOpenType ( void )
. - Jak działa issequencedtype_ type_ model_ sdo wywołanie funkcji Test to see if this is a sequenced type, błędy i użycie
boolean SDO_Model_Type::isSequencedType ( void )
. - Jak działa getpropertyindex_ sequence_ sdo wywołanie funkcji Return the property index for the specified sequence index, błędy i użycie
int SDO_Sequence::getPropertyIndex ( int sequenceIndex )
. - Jak działa getpropertyname_ sequence_ sdo wywołanie funkcji Return the property name for the specified sequence index, błędy i użycie
string SDO_Sequence::getPropertyName ( int sequenceIndex )
. - Jak działa insert_ sequence_ sdo wywołanie funkcji Insert into a sequence, błędy i użycie
void SDO_Sequence::insert ( mixed value [, int sequenceIndex [, mixed propertyIdentifier]] )
. - Jak działa move_ sequence_ sdo wywołanie funkcji Move an item to another sequence position, błędy i użycie
void SDO_Sequence::move ( int toIndex, int fromIndex )
. - Jak działa getencoding_ document_ xml_ das_ sdo wywołanie funkcji Returns encoding string, błędy i użycie
string SDO_DAS_XML_Document::getEncoding ( void )
. - Jak działa getnonamespaceschemalocation_ document_ xml_ das_ sdo wywołanie funkcji Returns no namespace schema location, błędy i użycie
string SDO_DAS_XML_Document::getNoNamespaceSchemaLocation ( void )
. - Jak działa getrootdataobject_ document_ xml_ das_ sdo wywołanie funkcji Returns the root SDO_DataObject, błędy i użycie
SDO_DataObject SDO_DAS_XML_Document::getRootDataObject ( void )
. - Jak działa errormsg_ sesam wywołanie funkcji Returns error message of last SESAM call, błędy i użycie
string sesam_errormsg ( void )
. - Jak działa getrootelementname_ document_ xml_ das_ sdo wywołanie funkcji Returns root element's name, błędy i użycie
string SDO_DAS_XML_Document::getRootElementName ( void )
. - Jak działa getrootelementuri_ document_ xml_ das_ sdo wywołanie funkcji Returns root element's URI string, błędy i użycie
string SDO_DAS_XML_Document::getRootElementURI ( void )
. - Jak działa getschemalocation_ document_ xml_ das_ sdo wywołanie funkcji Returns schema location, błędy i użycie
string SDO_DAS_XML_Document::getSchemaLocation ( void )
. - Jak działa array_ field_ sesam wywołanie funkcji Return meta information about individual columns in a result, błędy i użycie
array sesam_field_array ( string result_id )
. - Jak działa getxmldeclaration_ document_ xml_ das_ sdo wywołanie funkcji Returns whether the xml declaration is set or not, błędy i użycie
bool SDO_DAS_XML_Document::getXMLDeclaration ( void )
. - Jak działa getxmlversion_ document_ xml_ das_ sdo wywołanie funkcji Returns xml declaration string, błędy i użycie
string SDO_DAS_XML_Document::getXMLVersion ( void )
. - Jak działa setencoding_ document_ xml_ das_ sdo wywołanie funkcji Sets the given string as encoding, błędy i użycie
void SDO_DAS_XML_Document::setEncoding ( string encoding )
. - Jak działa setnonamespaceschemalocation_ document_ xml_ das_ sdo wywołanie funkcji Sets the given string as no namespace schema location, błędy i użycie
void SDO_DAS_XML_Document::setNoNamespaceSchemaLocation ( string nnschemaLocation )
. - Jak działa setschemalocation_ document_ xml_ das_ sdo wywołanie funkcji Sets the given string as schema location, błędy i użycie
void SDO_DAS_XML_Document::setSchemaLocation ( string schemaLocation )
. - Jak działa setxmldeclaration_ document_ xml_ das_ sdo wywołanie funkcji Sets the xml declaration, błędy i użycie
void SDO_DAS_XML_Document::setXMLDeclaration ( bool xmlDeclatation )
. - Jak działa setxmlversion_ document_ xml_ das_ sdo wywołanie funkcji Sets the given string as xml version, błędy i użycie
void SDO_DAS_XML_Document::setXMLVersion ( string xmlVersion )
. - Jak działa create_ xml_ das_ sdo wywołanie funkcji To create SDO_DAS_XML object for a given schema file, błędy i użycie
SDO_DAS_XML SDO_DAS_XML::create ( string xsd_file )
. - Jak działa createdataobject_ xml_ das_ sdo wywołanie funkcji Creates SDO_DataObject for a given namespace URI and type name, błędy i użycie
SDO_DataObject SDO_DAS_XML::createDataObject ( string namespace_uri, string type_name )
. - Jak działa loadfromfile_ xml_ das_ sdo wywołanie funkcji Returns SDO_DAS_XML_Document object for a given path to xml instance document, błędy i użycie
SDO_XMLDocument SDO_DAS_XML::loadFromFile ( string xml_file )
. - Jak działa loadfromstring_ xml_ das_ sdo wywołanie funkcji Returns SDO_DAS_XML_Document for a given xml instance string, błędy i użycie
SDO_DAS_XML_Document SDO_DAS_XML::loadFromString ( string xml_string )
. - Jak działa savedataobjecttofile_ xml_ das_ sdo wywołanie funkcji Saves the SDO_DataObject object to File, błędy i użycie
void SDO_DAS_XML::saveDataObjectToFile ( SDO_DataObject do, string root_uri, string root_name, string xml_file )
. - Jak działa savedataobjecttostring_ xml_ das_ sdo wywołanie funkcji Saves the SDO_DataObject object to string, błędy i użycie
string SDO_DAS_XML::saveDataObjectToString ( SDO_DataObject do, string root_uri, string root_name )
. - Jak działa savedocumenttofile_ xml_ das_ sdo wywołanie funkcji Saves the SDO_DAS_XML_Document object to a file, błędy i użycie
void SDO_DAS_XML::saveDocumentToFile ( SDO_XMLDocument xdoc, string xml_file )
. - Jak działa savedocumenttostring_ xml_ das_ sdo wywołanie funkcji Saves the SDO_DAS_XML_Document object to a string, błędy i użycie
string SDO_DAS_XML::saveDocumentToString ( SDO_XMLDocument xdoc )
. - Jak działa applychanges_ relational_ das_ sdo wywołanie funkcji Applies the changes made to a data graph back to the database., błędy i użycie
void SDO_DAS_Relational::applyChanges ( PDO database_handle, SDODataObject root_data_object )
. - Jak działa construct_ relational_ das_ sdo wywołanie funkcji Creates an instance of a Relational Data Access Service, błędy i użycie
SDO_DAS_Relational SDO_DAS_Relational::__construct ( array database_metadata [, string application_root_type [, array SDO_containment_references_metadata]] )
. - Jak działa createrootdataobject_ relational_ das_ sdo wywołanie funkcji Returns the special root object in an otherwise empty data graph. Used when creating a data graph from scratch., błędy i użycie
SDODataObject SDO_DAS_Relational::createRootDataObject ( void )
. - Jak działa executepreparedquery_ relational_ das_ sdo 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., błędy i użycie
SDODataObject SDO_DAS_Relational::executePreparedQuery ( PDO database_handle, PDOStatement prepared_statement, array value_list [, array column_specifier] )
. - Jak działa executequery_ relational_ das_ sdo wywołanie funkcji Executes a given SQL query against a relational databaseand returns the results as a normalised data graph., błędy i użycie
SDODataObject SDO_DAS_Relational::executeQuery ( PDO database_handle, string SQL_statement [, array column_specifier] )
. - Jak działa acquire_ sem wywołanie funkcji Acquire a semaphore, błędy i użycie
bool sem_acquire ( resource sem_identifier )
. - Jak działa get_ sem wywołanie funkcji Get a semaphore id, błędy i użycie
resource sem_get ( int key [, int max_acquire [, int perm [, int auto_release]]] )
. - Jak działa release_ sem wywołanie funkcji Release a semaphore, błędy i użycie
bool sem_release ( resource sem_identifier )
. - Jak działa remove_ sem wywołanie funkcji Remove a semaphore, błędy i użycie
bool sem_remove ( resource sem_identifier )
. - Jak działa attach_ shm wywołanie funkcji Creates or open a shared memory segment, błędy i użycie
int shm_attach ( int key [, int memsize [, int perm]] )
. - Jak działa var_ get_ shm wywołanie funkcji Returns a variable from shared memory, błędy i użycie
mixed shm_get_var ( int shm_identifier, int variable_key )
. - Jak działa var_ put_ shm wywołanie funkcji Inserts or updates a variable in shared memory, błędy i użycie
bool shm_put_var ( int shm_identifier, int variable_key, mixed variable )
. - Jak działa var_ remove_ shm wywołanie funkcji Removes a variable from shared memory, błędy i użycie
bool shm_remove_var ( int shm_identifier, int variable_key )
. - Jak działa remove_ shm wywołanie funkcji Removes shared memory from Unix systems, błędy i użycie
bool shm_remove ( int shm_identifier )
. - Jak działa rows_ affected_ sesam wywołanie funkcji Get number of rows affected by an immediate query, błędy i użycie
int sesam_affected_rows ( string result_id )
. - Jak działa commit_ sesam wywołanie funkcji Commit pending updates to the SESAM database, błędy i użycie
bool sesam_commit ( void )
. - Jak działa connect_ sesam wywołanie funkcji Open SESAM database connection, błędy i użycie
bool sesam_connect ( string catalog, string schema, string user )
. - Jak działa diagnostic_ sesam wywołanie funkcji Return status information for last SESAM call, błędy i użycie
array sesam_diagnostic ( void )
. - Jak działa execimm_ sesam wywołanie funkcji Execute an "immediate" SQL-statement, błędy i użycie
string sesam_execimm ( string query )
. - Jak działa array_ fetch_ sesam wywołanie funkcji Fetch one row as an associative array, błędy i użycie
array sesam_fetch_array ( string result_id [, int whence [, int offset]] )
. - Jak działa result_ fetch_ sesam wywołanie funkcji Return all or part of a query result, błędy i użycie
mixed sesam_fetch_result ( string result_id [, int max_rows] )
. - Jak działa row_ fetch_ sesam wywołanie funkcji Fetch one row as an array, błędy i użycie
array sesam_fetch_row ( string result_id [, int whence [, int offset]] )
. - Jak działa result_ free_ sesam wywołanie funkcji Releases resources for the query, błędy i użycie
int sesam_free_result ( string result_id )
. - Jak działa fields_ num_ sesam wywołanie funkcji Return the number of fields/columns in a result set, błędy i użycie
int sesam_num_fields ( string result_id )
. - Jak działa query_ sesam wywołanie funkcji Perform a SESAM SQL query and prepare the result, błędy i użycie
string sesam_query ( string query [, bool scrollable] )
. - Jak działa rollback_ sesam wywołanie funkcji Discard any pending updates to the SESAM database, błędy i użycie
bool sesam_rollback ( void )
. - Jak działa row_ seek_ sesam wywołanie funkcji Set scrollable cursor mode for subsequent fetches, błędy i użycie
bool sesam_seek_row ( string result_id, int whence [, int offset] )
. - Jak działa settransaction_ sesam wywołanie funkcji Set SESAM transaction parameters, błędy i użycie
bool sesam_settransaction ( int isolation_level, int read_only )
. - Jak działa error_ add_ pgsql_ session wywołanie funkcji Increments error counts and sets last error message, błędy i użycie
bool session_pgsql_add_error ( int error_level [, string error_message] )
. - Jak działa error_ get_ pgsql_ session wywołanie funkcji Returns number of errors and last error message, błędy i użycie
array session_pgsql_get_error ( [bool with_error_message] )
. - Jak działa field_ get_ pgsql_ session wywołanie funkcji Get custom field value, błędy i użycie
string session_pgsql_get_field ( void )
. - Jak działa reset_ pgsql_ session wywołanie funkcji Reset connection to session database servers, błędy i użycie
bool session_pgsql_reset ( void )
. - Jak działa field_ set_ pgsql_ session wywołanie funkcji Set custom field value, błędy i użycie
bool session_pgsql_set_field ( string value )
. - Jak działa status_ pgsql_ session wywołanie funkcji Get current save handler status, błędy i użycie
array session_pgsql_status ( void )
. - Jak działa expire_ cache_ session wywołanie funkcji Return current cache expire, błędy i użycie
int session_cache_expire ( [int new_cache_expire] )
. - Jak działa limiter_ cache_ session wywołanie funkcji Get and/or set the current cache limiter, błędy i użycie
string session_cache_limiter ( [string cache_limiter] )
. - Jak działa commit_ session wywołanie funkcji Alias of session_write_close(), błędy i użycie
.
- Jak działa decode_ session wywołanie funkcji Decodes session data from a string, błędy i użycie
bool session_decode ( string data )
. - Jak działa destroy_ session wywołanie funkcji Destroys all data registered to a session, błędy i użycie
bool session_destroy ( void )
. - Jak działa encode_ session wywołanie funkcji Encodes the current session data as a string, błędy i użycie
string session_encode ( void )
. - Jak działa params_ cookie_ get_ session wywołanie funkcji Get the session cookie parameters, błędy i użycie
array session_get_cookie_params ( void )
. - Jak działa id_ session wywołanie funkcji Get and/or set the current session id, błędy i użycie
string session_id ( [string id] )
. - Jak działa registered_ is_ session wywołanie funkcji Find out whether a global variable is registered in a session, błędy i użycie
bool session_is_registered ( string name )
. - Jak działa name_ module_ session wywołanie funkcji Get and/or set the current session module, błędy i użycie
string session_module_name ( [string module] )
. - Jak działa name_ session wywołanie funkcji Get and/or set the current session name, błędy i użycie
string session_name ( [string name] )
. - Jak działa id_ regenerate_ session wywołanie funkcji Update the current session id with a newly generated one, błędy i użycie
bool session_regenerate_id ( [bool delete_old_session] )
. - Jak działa register_ session wywołanie funkcji Register one or more global variables with the current session, błędy i użycie
bool session_register ( mixed name [, mixed ...] )
. - Jak działa path_ save_ session wywołanie funkcji Get and/or set the current session save path, błędy i użycie
string session_save_path ( [string path] )
. - Jak działa params_ cookie_ set_ session wywołanie funkcji Set the session cookie parameters, błędy i użycie
void session_set_cookie_params ( int lifetime [, string path [, string domain [, bool secure]]] )
. - Jak działa handler_ save_ set_ session wywołanie funkcji Sets user-level session storage functions, błędy i użycie
bool session_set_save_handler ( string open, string close, string read, string write, string destroy, string gc )
. - Jak działa start_ session wywołanie funkcji Initialize session data, błędy i użycie
bool session_start ( void )
. - Jak działa unregister_ session wywołanie funkcji Unregister a global variable from the current session, błędy i użycie
bool session_unregister ( string name )
. - Jak działa unset_ session wywołanie funkcji Free all session variables, błędy i użycie
void session_unset ( void )
. - Jak działa close_ write_ session wywołanie funkcji Write session data and end session, błędy i użycie
void session_write_close ( void )
. - Jak działa close_ shmop wywołanie funkcji Close shared memory block, błędy i użycie
void shmop_close ( int shmid )
. - Jak działa delete_ shmop wywołanie funkcji Delete shared memory block, błędy i użycie
bool shmop_delete ( int shmid )
. - Jak działa open_ shmop wywołanie funkcji Create or open shared memory block, błędy i użycie
int shmop_open ( int key, string flags, int mode, int size )
. - Jak działa read_ shmop wywołanie funkcji Read data from shared memory block, błędy i użycie
string shmop_read ( int shmid, int start, int count )
. - Jak działa size_ shmop wywołanie funkcji Get size of shared memory block, błędy i użycie
int shmop_size ( int shmid )
. - Jak działa write_ shmop wywołanie funkcji Write data into shared memory block, błędy i użycie
int shmop_write ( int shmid, string data, int offset )
. - Jak działa asxml_ element_ simplexml wywołanie funkcji Return a well-formed XML string based on SimpleXML element, błędy i użycie
mixed SimpleXMLElement->asXML ( [string filename] )
. - Jak działa attributes_ element_ simplexml wywołanie funkcji Identifies an element's attributes, błędy i użycie
SimpleXMLElement simplexml_element->attributes ( [string data] )
. - Jak działa children_ element_ simplexml wywołanie funkcji Finds children of given node, błędy i użycie
SimpleXMLElement simplexml_element->children ( [string nsprefix] )
. - Jak działa xpath_ element_ simplexml wywołanie funkcji Runs Xpath query on XML data, błędy i użycie
array SimpleXMLElement->xpath ( string path )
. - Jak działa dom_ import_ simplexml wywołanie funkcji Get a SimpleXMLElement object from aDOM node., błędy i użycie
SimpleXMLElement simplexml_import_dom ( DOMNode node [, string class_name] )
. - Jak działa file_ load_ simplexml wywołanie funkcji Interprets an XML file into an object, błędy i użycie
object simplexml_load_file ( string filename [, string class_name [, int options]] )
. - Jak działa string_ load_ simplexml wywołanie funkcji Interprets a string of XML into an object, błędy i użycie
object simplexml_load_string ( string data [, string class_name [, int options]] )
. - Jak działa print_ quick_ get_ snmp wywołanie funkcji Fetches the current value of the UCD library's quick_print setting, błędy i użycie
bool snmp_get_quick_print ( void )
. - Jak działa valueretrieval_ get_ snmp wywołanie funkcji Return the method how the SNMP values will be returned, błędy i użycie
int snmp_get_valueretrieval ( void )
. - Jak działa mib_ read_ snmp wywołanie funkcji Reads and parses a MIB file into the active MIB tree, błędy i użycie
bool snmp_read_mib ( string filename )
. - Jak działa print_ enum_ set_ snmp wywołanie funkcji Return all values that are enums with their enum value instead of the raw integer, błędy i użycie
void snmp_set_enum_print ( int enum_print )
. - Jak działa libversion_ sqlite wywołanie funkcji Returns the version of the linked SQLite library, błędy i użycie
string sqlite_libversion ( void )
. - Jak działa print_ numeric_ oid_ set_ snmp wywołanie funkcji Return all objects including their respective object id within the specified one, błędy i użycie
void snmp_set_oid_numeric_print ( int oid_numeric_print )
. - Jak działa print_ quick_ set_ snmp wywołanie funkcji Set the value of quick_print within the UCD SNMP library, błędy i użycie
void snmp_set_quick_print ( bool quick_print )
. - Jak działa valueretrieval_ set_ snmp wywołanie funkcji Specify the method how the SNMP values will be returned, błędy i użycie
void snmp_set_valueretrieval ( int method )
. - Jak działa snmpget wywołanie funkcji Fetch an SNMP object, błędy i użycie
string snmpget ( string hostname, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa snmpgetnext wywołanie funkcji Fetch a SNMP object, błędy i użycie
string 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, błędy i użycie
array snmprealwalk ( string host, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa snmpset wywołanie funkcji Set an SNMP object, błędy i użycie
bool 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, błędy i użycie
array 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, błędy i użycie
array snmpwalkoid ( string hostname, string community, string object_id [, int timeout [, int retries]] )
. - Jak działa call_ soapclient_ soap wywołanie funkcji Calls a SOAP function (deprecated), błędy i użycie
class SoapClient {
. - Jak działa construct_ soapclient_ soap wywołanie funkcji SoapClient constructor, błędy i użycie
class SoapClient {
. - Jak działa dorequest_ soapclient_ soap wywołanie funkcji Performs a SOAP request, błędy i użycie
class SoapClient {
. - Jak działa getfunctions_ soapclient_ soap wywołanie funkcji Returns list of SOAP functions, błędy i użycie
class SoapClient {
. - Jak działa getlastrequest_ soapclient_ soap wywołanie funkcji Returns last SOAP request, błędy i użycie
class SoapClient {
. - Jak działa getlastrequestheaders_ soapclient_ soap wywołanie funkcji Returns last SOAP request headers, błędy i użycie
class SoapClient {
. - Jak działa getlastresponse_ soapclient_ soap wywołanie funkcji Returns last SOAP response., błędy i użycie
class SoapClient {
. - Jak działa getlastresponseheaders_ soapclient_ soap wywołanie funkcji Returns last SOAP response headers., błędy i użycie
class SoapClient {
. - Jak działa gettypes_ soapclient_ soap wywołanie funkcji Returns list of SOAP types, błędy i użycie
class SoapClient {
. - Jak działa setcookie_ soapclient_ soap wywołanie funkcji Sets the cookie that will be sent with the SOAP request, błędy i użycie
class SoapClient {
. - Jak działa soapcall_ soapclient_ soap wywołanie funkcji Calls a SOAP function, błędy i użycie
class SoapClient {
. - Jak działa construct_ soapfault_ soap wywołanie funkcji SoapFault constructor, błędy i użycie
class SoapFault {
. - Jak działa construct_ soapheader_ soap wywołanie funkcji SoapHeader constructor, błędy i użycie
class SoapHeader {
. - Jak działa construct_ soapparam_ soap wywołanie funkcji SoapParam constructor, błędy i użycie
class SoapParam {
. - Jak działa addfunction_ soapserver_ soap wywołanie funkcji Adds one or several functions those will handle SOAP requests, błędy i użycie
class SoapServer {
. - Jak działa construct_ soapserver_ soap wywołanie funkcji SoapServer constructor, błędy i użycie
class SoapServer {
. - Jak działa fault_ soapserver_ soap wywołanie funkcji Issue SoapServer fault indicating an error, błędy i użycie
class SoapServer {
. - Jak działa getfunctions_ soapserver_ soap wywołanie funkcji Returns list of defined functions, błędy i użycie
class SoapServer {
. - Jak działa handle_ soapserver_ soap wywołanie funkcji Handles a SOAP request, błędy i użycie
class SoapServer {
. - Jak działa setclass_ soapserver_ soap wywołanie funkcji Sets class which will handle SOAP requests, błędy i użycie
class SoapServer {
. - Jak działa setpersistence_ soapserver_ soap wywołanie funkcji Sets persistence mode of SoapServer, błędy i użycie
class SoapServer {
. - Jak działa construct_ soapvar_ soap wywołanie funkcji SoapVar constructor, błędy i użycie
class SoapVar {
. - Jak działa accept_ socket wywołanie funkcji Accepts a connection on a socket, błędy i użycie
resource socket_accept ( resource socket )
. - Jak działa bind_ socket wywołanie funkcji Binds a name to a socket, błędy i użycie
bool socket_bind ( resource socket, string address [, int port] )
. - Jak działa error_ clear_ socket wywołanie funkcji Clears the error on the socket or the last error code, błędy i użycie
void socket_clear_error ( [resource socket] )
. - Jak działa close_ socket wywołanie funkcji Closes a socket resource, błędy i użycie
void socket_close ( resource socket )
. - Jak działa connect_ socket wywołanie funkcji Initiates a connection on a socket, błędy i użycie
bool socket_connect ( resource socket, string address [, int port] )
. - Jak działa listen_ create_ socket wywołanie funkcji Opens a socket on port to accept connections, błędy i użycie
resource socket_create_listen ( int port [, int backlog] )
. - Jak działa pair_ create_ socket wywołanie funkcji Creates a pair of indistinguishable sockets and stores them in an array, błędy i użycie
bool socket_create_pair ( int domain, int type, int protocol, array &fd )
. - Jak działa create_ socket wywołanie funkcji Create a socket (endpoint for communication), błędy i użycie
resource socket_create ( int domain, int type, int protocol )
. - Jak działa option_ get_ socket wywołanie funkcji Gets socket options for the socket, błędy i użycie
mixed socket_get_option ( resource socket, int level, int optname )
. - Jak działa name_ field_ sqlite wywołanie funkcji Returns the name of a particular field, błędy i użycie
string sqlite_field_name ( resource result, int field_index )
. - Jak działa getpeername_ socket 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, błędy i użycie
bool socket_getpeername ( resource socket, string &addr [, int &port] )
. - Jak działa getsockname_ socket 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, błędy i użycie
bool socket_getsockname ( resource socket, string &addr [, int &port] )
. - Jak działa error_ last_ socket wywołanie funkcji Returns the last error on the socket, błędy i użycie
int socket_last_error ( [resource socket] )
. - Jak działa listen_ socket wywołanie funkcji Listens for a connection on a socket, błędy i użycie
bool socket_listen ( resource socket [, int backlog] )
. - Jak działa read_ socket wywołanie funkcji Reads a maximum of length bytes from a socket, błędy i użycie
string socket_read ( resource socket, int length [, int type] )
. - Jak działa recv_ socket wywołanie funkcji Receives data from a connected socket, błędy i użycie
int socket_recv ( resource socket, string &buf, int len, int flags )
. - Jak działa recvfrom_ socket wywołanie funkcji Receives data from a socket, connected or not, błędy i użycie
int socket_recvfrom ( resource socket, string &buf, int len, int flags, string &name [, int &port] )
. - Jak działa select_ socket wywołanie funkcji Runs the select() system call on the given arrays of sockets with a specified timeout, błędy i użycie
int socket_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
. - Jak działa send_ socket wywołanie funkcji Sends data to a connected socket, błędy i użycie
int socket_send ( resource socket, string buf, int len, int flags )
. - Jak działa sendto_ socket wywołanie funkcji Sends a message to a socket, whether it is connected or not, błędy i użycie
int socket_sendto ( resource socket, string buf, int len, int flags, string addr [, int port] )
. - Jak działa block_ set_ socket wywołanie funkcji Sets blocking mode on a socket resource, błędy i użycie
bool socket_set_block ( resource socket )
. - Jak działa nonblock_ set_ socket wywołanie funkcji Sets nonblocking mode for file descriptor fd, błędy i użycie
bool socket_set_nonblock ( resource socket )
. - Jak działa option_ set_ socket wywołanie funkcji Sets socket options for the socket, błędy i użycie
bool socket_set_option ( resource socket, int level, int optname, mixed optval )
. - Jak działa shutdown_ socket wywołanie funkcji Shuts down a socket for receiving, sending, or both, błędy i użycie
bool socket_shutdown ( resource socket [, int how] )
. - Jak działa strerror_ socket wywołanie funkcji Return a string describing a socket error, błędy i użycie
string socket_strerror ( int errno )
. - Jak działa write_ socket wywołanie funkcji Write to a socket, błędy i użycie
int socket_write ( resource socket, string buffer [, int length] )
. - Jak działa current_ simplexmliterator wywołanie funkcji Return current SimpleXML entry, błędy i użycie
mixed SimpleXMLIterator::current ( void )
. - Jak działa getchildren_ simplexmliterator wywołanie funkcji Returns an iterator for the current entry if it is a SimpleXML object, błędy i użycie
object SimpleXMLIterator::getChildren ( void )
. - Jak działa haschildren_ simplexmliterator wywołanie funkcji Returns whether current entry is a SimpleXML object, błędy i użycie
bool SimpleXMLIterator::hasChildren ( void )
. - Jak działa key_ simplexmliterator wywołanie funkcji Return current SimpleXML key, błędy i użycie
mixed SimpleXMLIterator::key ( void )
. - Jak działa next_ simplexmliterator wywołanie funkcji Move to next entry, błędy i użycie
void SimpleXMLIterator::next ( void )
. - Jak działa rewind_ simplexmliterator wywołanie funkcji Rewind SimpleXML back to the start, błędy i użycie
void SimpleXMLIterator::rewind ( void )
. - Jak działa valid_ simplexmliterator wywołanie funkcji Check whether SimpleXML contains more entries, błędy i użycie
bool SimpleXMLIterator::valid ( void )
. - Jak działa classes_ spl wywołanie funkcji Return available SPL classes, błędy i użycie
array spl_classes ( void )
. - Jak działa query_ array_ sqlite wywołanie funkcji Execute a query against a given database and returns an array, błędy i użycie
array sqlite_array_query ( resource dbhandle, string query [, int result_type [, bool decode_binary]] )
. - Jak działa timeout_ busy_ sqlite wywołanie funkcji Set busy timeout duration, or disable busy handlers, błędy i użycie
void sqlite_busy_timeout ( resource dbhandle, int milliseconds )
. - Jak działa changes_ sqlite wywołanie funkcji Returns the number of rows that were changed by the mostrecent SQL statement, błędy i użycie
int sqlite_changes ( resource dbhandle )
. - Jak działa close_ sqlite wywołanie funkcji Closes an open SQLite database, błędy i użycie
void sqlite_close ( resource dbhandle )
. - Jak działa column_ sqlite wywołanie funkcji Fetches a column from the current row of a result set, błędy i użycie
mixed sqlite_column ( resource result, mixed index_or_name [, bool decode_binary] )
. - Jak działa aggregate_ create_ sqlite wywołanie funkcji Register an aggregating UDF for use in SQL statements, błędy i użycie
void sqlite_create_aggregate ( resource dbhandle, string function_name, callback step_func, callback finalize_func [, int num_args] )
. - Jak działa function_ create_ sqlite wywołanie funkcji Registers a "regular" User Defined Function for use in SQL statements, błędy i użycie
void sqlite_create_function ( resource dbhandle, string function_name, callback callback [, int num_args] )
. - Jak działa current_ sqlite wywołanie funkcji Fetches the current row from a result set as an array, błędy i użycie
array sqlite_current ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa string_ error_ sqlite wywołanie funkcji Returns the textual description of an error code, błędy i użycie
string sqlite_error_string ( int error_code )
. - Jak działa string_ escape_ sqlite wywołanie funkcji Escapes a string for use as a query parameter, błędy i użycie
string sqlite_escape_string ( string item )
. - Jak działa exec_ sqlite wywołanie funkcji Executes a result-less query against a given database, błędy i użycie
bool sqlite_exec ( resource dbhandle, string query [, string &error_msg] )
. - Jak działa factory_ sqlite wywołanie funkcji Opens a SQLite database and returns a SQLiteDatabase object, błędy i użycie
SQLiteDatabase sqlite_factory ( string filename [, int mode [, string &error_message]] )
. - Jak działa all_ fetch_ sqlite wywołanie funkcji Fetches all rows from a result set as an array of arrays, błędy i użycie
array sqlite_fetch_all ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa array_ fetch_ sqlite wywołanie funkcji Fetches the next row from a result set as an array, błędy i użycie
array sqlite_fetch_array ( resource result [, int result_type [, bool decode_binary]] )
. - Jak działa types_ column_ fetch_ sqlite wywołanie funkcji Return an array of column types from a particular table, błędy i użycie
array sqlite_fetch_column_types ( string table_name, resource dbhandle [, int result_type] )
. - Jak działa object_ fetch_ sqlite wywołanie funkcji Fetches the next row from a result set as an object, błędy i użycie
object sqlite_fetch_object ( resource result [, string class_name [, array ctor_params [, bool decode_binary]]] )
. - Jak działa single_ fetch_ sqlite wywołanie funkcji Fetches the first column of a result set as a string, błędy i użycie
string sqlite_fetch_single ( resource result [, bool decode_binary] )
. - Jak działa string_ fetch_ sqlite wywołanie funkcji Alias of sqlite_fetch_single(), błędy i użycie
.
- Jak działa more_ has_ sqlite wywołanie funkcji Finds whether or not more rows are available, błędy i użycie
bool sqlite_has_more ( resource result )
. - Jak działa prev_ has_ sqlite wywołanie funkcji Returns whether or not a previous row is available, błędy i użycie
bool sqlite_has_prev ( resource result )
. - Jak działa key_ sqlite wywołanie funkcji Returns the current row index, błędy i użycie
int sqlite_key ( resource result )
. - Jak działa error_ last_ sqlite wywołanie funkcji Returns the error code of the last error for a database, błędy i użycie
int sqlite_last_error ( resource dbhandle )
. - Jak działa rowid_ insert_ last_ sqlite wywołanie funkcji Returns the rowid of the most recently inserted row, błędy i użycie
int sqlite_last_insert_rowid ( resource dbhandle )
. - Jak działa libencoding_ sqlite wywołanie funkcji Returns the encoding of the linked SQLite library, błędy i użycie
string sqlite_libencoding ( void )
. - Jak działa next_ sqlite wywołanie funkcji Seek to the next row number, błędy i użycie
bool sqlite_next ( resource result )
. - Jak działa fields_ num_ sqlite wywołanie funkcji Returns the number of fields in a result set, błędy i użycie
int sqlite_num_fields ( resource result )
. - Jak działa rows_ num_ sqlite wywołanie funkcji Returns the number of rows in a buffered result set, błędy i użycie
int sqlite_num_rows ( resource result )
. - Jak działa open_ sqlite wywołanie funkcji Opens a SQLite database and create the database if it does not exist, błędy i użycie
resource sqlite_open ( string filename [, int mode [, string &error_message]] )
. - Jak działa popen_ sqlite wywołanie funkcji Opens a persistent handle to an SQLite database and create the database if it does not exist, błędy i użycie
resource sqlite_popen ( string filename [, int mode [, string &error_message]] )
. - Jak działa prev_ sqlite wywołanie funkcji Seek to the previous row number of a result set, błędy i użycie
bool sqlite_prev ( resource result )
. - Jak działa query_ sqlite wywołanie funkcji Executes a query against a given database and returns a result handle, błędy i użycie
resource sqlite_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
. - Jak działa rewind_ sqlite wywołanie funkcji Seek to the first row number, błędy i użycie
bool sqlite_rewind ( resource result )
. - Jak działa seek_ sqlite wywołanie funkcji Seek to a particular row number of a buffered result set, błędy i użycie
bool sqlite_seek ( resource result, int rownum )
. - Jak działa query_ single_ sqlite wywołanie funkcji Executes a query and returns either an array for one single column or the value of the first row, błędy i użycie
array sqlite_single_query ( resource db, string query [, bool first_row_only [, bool decode_binary]] )
. - Jak działa binary_ decode_ udf_ sqlite wywołanie funkcji Decode binary data passed as parameters to an UDF, błędy i użycie
string sqlite_udf_decode_binary ( string data )
. - Jak działa binary_ encode_ udf_ sqlite wywołanie funkcji Encode binary data before returning it from an UDF, błędy i użycie
string sqlite_udf_encode_binary ( string data )
. - Jak działa query_ unbuffered_ sqlite wywołanie funkcji Execute a query that does not prefetch and buffer all data, błędy i użycie
resource sqlite_unbuffered_query ( resource dbhandle, string query [, int result_type [, string &error_msg]] )
. - Jak działa valid_ sqlite wywołanie funkcji Returns whether more rows are available, błędy i użycie
bool sqlite_valid ( resource result )
. - Jak działa file_ hostbased_ auth_ ssh2 wywołanie funkcji Authenticate using a public hostkey, błędy i użycie
bool ssh2_auth_hostbased_file ( resource session, string username, string hostname, string pubkeyfile, string privkeyfile [, string passphrase [, string local_username]] )
. - Jak działa none_ auth_ ssh2 wywołanie funkcji Authenticate as "none", błędy i użycie
mixed ssh2_auth_none ( resource session, string username )
. - Jak działa password_ auth_ ssh2 wywołanie funkcji Authenticate over SSH using a plain password, błędy i użycie
bool ssh2_auth_password ( resource session, string username, string password )
. - Jak działa file_ pubkey_ auth_ ssh2 wywołanie funkcji Authenticate using a public key, błędy i użycie
bool ssh2_auth_pubkey_file ( resource session, string username, string pubkeyfile, string privkeyfile [, string passphrase] )
. - Jak działa connect_ ssh2 wywołanie funkcji Connect to an SSH server, błędy i użycie
resource ssh2_connect ( string host [, int port [, array methods [, array callbacks]]] )
. - Jak działa exec_ ssh2 wywołanie funkcji Execute a command on a remote server, błędy i użycie
resource ssh2_exec ( resource session, string command [, string pty [, array env [, int width [, int height [, int width_height_type]]]]] )
. - Jak działa stream_ fetch_ ssh2 wywołanie funkcji Fetch an extended data stream, błędy i użycie
resource ssh2_fetch_stream ( resource channel, int streamid )
. - Jak działa fingerprint_ ssh2 wywołanie funkcji Retreive fingerprint of remote server, błędy i użycie
string ssh2_fingerprint ( resource session [, int flags] )
. - Jak działa negotiated_ methods_ ssh2 wywołanie funkcji Return list of negotiated methods, błędy i użycie
array ssh2_methods_negotiated ( resource session )
. - Jak działa add_ publickey_ ssh2 wywołanie funkcji Add an authorized publickey, błędy i użycie
bool ssh2_publickey_add ( resource pkey, string algoname, string blob [, bool overwrite [, array attributes]] )
. - Jak działa init_ publickey_ ssh2 wywołanie funkcji Initialize Publickey subsystem, błędy i użycie
resource ssh2_publickey_init ( resource session )
. - Jak działa list_ publickey_ ssh2 wywołanie funkcji List currently authorized publickeys, błędy i użycie
array ssh2_publickey_list ( resource pkey )
. - Jak działa remove_ publickey_ ssh2 wywołanie funkcji Remove an authorized publickey, błędy i użycie
bool ssh2_publickey_remove ( resource pkey, string algoname, string blob )
. - Jak działa recv_ scp_ ssh2 wywołanie funkcji Request a file via SCP, błędy i użycie
bool ssh2_scp_recv ( resource session, string remote_file, string local_file )
. - Jak działa send_ scp_ ssh2 wywołanie funkcji Send a file via SCP, błędy i użycie
bool ssh2_scp_send ( resource session, string local_file, string remote_file [, int create_mode] )
. - Jak działa lstat_ sftp_ ssh2 wywołanie funkcji Stat a symbolic link, błędy i użycie
array ssh2_sftp_lstat ( resource sftp, string path )
. - Jak działa mkdir_ sftp_ ssh2 wywołanie funkcji Create a directory, błędy i użycie
bool ssh2_sftp_mkdir ( resource sftp, string dirname [, int mode [, bool recursive]] )
. - Jak działa readlink_ sftp_ ssh2 wywołanie funkcji Return the target of a symbolic link, błędy i użycie
string ssh2_sftp_readlink ( resource sftp, string link )
. - Jak działa realpath_ sftp_ ssh2 wywołanie funkcji Resolve the realpath of a provided path string, błędy i użycie
string ssh2_sftp_realpath ( resource sftp, string filename )
. - Jak działa rename_ sftp_ ssh2 wywołanie funkcji Rename a remote file, błędy i użycie
bool ssh2_sftp_rename ( resource sftp, string from, string to )
. - Jak działa rmdir_ sftp_ ssh2 wywołanie funkcji Remove a directory, błędy i użycie
bool ssh2_sftp_rmdir ( resource sftp, string dirname )
. - Jak działa stat_ sftp_ ssh2 wywołanie funkcji Stat a file on a remote filesystem, błędy i użycie
array ssh2_sftp_stat ( resource sftp, string path )
. - Jak działa symlink_ sftp_ ssh2 wywołanie funkcji Create a symlink, błędy i użycie
bool ssh2_sftp_symlink ( resource sftp, string target, string link )
. - Jak działa unlink_ sftp_ ssh2 wywołanie funkcji Delete a file, błędy i użycie
bool ssh2_sftp_unlink ( resource sftp, string filename )
. - Jak działa sftp_ ssh2 wywołanie funkcji Initialize SFTP subsystem, błędy i użycie
resource ssh2_sftp ( resource session )
. - Jak działa shell_ ssh2 wywołanie funkcji Request an interactive shell, błędy i użycie
resource ssh2_shell ( resource session [, string term_type [, array env [, int width [, int height [, int width_height_type]]]]] )
. - Jak działa tunnel_ ssh2 wywołanie funkcji Open a tunnel through a remote server, błędy i użycie
resource ssh2_tunnel ( resource session, string host, int port )
. - Jak działa deviation_ absolute_ stats wywołanie funkcji Returns the absolute deviation of an array of values, błędy i użycie
float stats_absolute_deviation ( array a )
. - Jak działa beta_ cdf_ stats wywołanie funkcji CDF function for BETA Distribution. Calculates any one parameter of the beta distribution given values for the others., błędy i użycie
float stats_cdf_beta ( float par1, float par2, float par3, int which )
. - Jak działa binomial_ cdf_ stats wywołanie funkcji Calculates any one parameter of the binomial distribution given values for the others., błędy i użycie
float stats_cdf_binomial ( float par1, float par2, float par3, int which )
. - Jak działa cauchy_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_cauchy ( float par1, float par2, float par3, int which )
. - Jak działa chisquare_ cdf_ stats wywołanie funkcji Calculates any one parameter of the chi-square distribution given values for the others., błędy i użycie
float stats_cdf_chisquare ( float par1, float par2, int which )
. - Jak działa exponential_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_exponential ( float par1, float par2, int which )
. - Jak działa f_ cdf_ stats wywołanie funkcji Calculates any one parameter of the F distribution given values for the others., błędy i użycie
float stats_cdf_f ( float par1, float par2, float par3, int which )
. - Jak działa gamma_ cdf_ stats wywołanie funkcji Calculates any one parameter of the gamma distribution given values for the others., błędy i użycie
float stats_cdf_gamma ( float par1, float par2, float par3, int which )
. - Jak działa laplace_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_laplace ( float par1, float par2, float par3, int which )
. - Jak działa logistic_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_logistic ( float par1, float par2, float par3, int which )
. - Jak działa binomial_ negative_ cdf_ stats wywołanie funkcji Calculates any one parameter of the negative binomial distribution given values for the others., błędy i użycie
float stats_cdf_negative_binomial ( float par1, float par2, float par3, int which )
. - Jak działa chisquare_ noncentral_ cdf_ stats wywołanie funkcji Calculates any one parameter of the non-central chi-square distribution given values for the others., błędy i użycie
float stats_cdf_noncentral_chisquare ( float par1, float par2, float par3, int which )
. - Jak działa f_ noncentral_ cdf_ stats wywołanie funkcji Calculates any one parameter of the Non-central F distribution given values for the others., błędy i użycie
float stats_cdf_noncentral_f ( float par1, float par2, float par3, float par4, int which )
. - Jak działa poisson_ cdf_ stats wywołanie funkcji Calculates any one parameter of the Poisson distribution given values for the others., błędy i użycie
float stats_cdf_poisson ( float par1, float par2, int which )
. - Jak działa t_ cdf_ stats wywołanie funkcji Calculates any one parameter of the T distribution given values for the others., błędy i użycie
float stats_cdf_t ( float par1, float par2, int which )
. - Jak działa uniform_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_uniform ( float par1, float par2, float par3, int which )
. - Jak działa weibull_ cdf_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_cdf_weibull ( float par1, float par2, float par3, int which )
. - Jak działa covariance_ stats wywołanie funkcji Computes the covariance of two data sets, błędy i użycie
float stats_covariance ( array a, array b )
. - Jak działa uniform_ den_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_den_uniform ( float x, float a, float b )
. - Jak działa beta_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_beta ( float x, float a, float b )
. - Jak działa cauchy_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_cauchy ( float x, float ave, float stdev )
. - Jak działa chisquare_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_chisquare ( float x, float dfr )
. - Jak działa exponential_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_exponential ( float x, float scale )
. - Jak działa f_ dens_ stats wywołanie funkcji , błędy i użycie
float stats_dens_f ( float x, float dfr1, float dfr2 )
. - Jak działa gamma_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_gamma ( float x, float shape, float scale )
. - Jak działa laplace_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_laplace ( float x, float ave, float stdev )
. - Jak działa logistic_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_logistic ( float x, float ave, float stdev )
. - Jak działa binomial_ negative_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_negative_binomial ( float x, float n, float pi )
. - Jak działa normal_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_normal ( float x, float ave, float stdev )
. - Jak działa binomial_ pmf_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_pmf_binomial ( float x, float n, float pi )
. - Jak działa hypergeometric_ pmf_ dens_ stats wywołanie funkcji , błędy i użycie
float stats_dens_pmf_hypergeometric ( float n1, float n2, float N1, float N2 )
. - Jak działa poisson_ pmf_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_pmf_poisson ( float x, float lb )
. - Jak działa t_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_t ( float x, float dfr )
. - Jak działa weibull_ dens_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_dens_weibull ( float x, float a, float b )
. - Jak działa mean_ harmonic_ stats wywołanie funkcji Returns the harmonic mean of an array of values, błędy i użycie
number stats_harmonic_mean ( array a )
. - Jak działa kurtosis_ stats wywołanie funkcji Computes the kurtosis of the data in the array, błędy i użycie
float stats_kurtosis ( array a )
. - Jak działa beta_ gen_ rand_ stats wywołanie funkcji Generates beta random deviate, błędy i użycie
float stats_rand_gen_beta ( float a, float b )
. - Jak działa chisquare_ gen_ rand_ stats wywołanie funkcji Generates random deviate from the distribution of a chisquare with "df" degrees of freedom random variable., błędy i użycie
float stats_rand_gen_chisquare ( float df )
. - Jak działa exponential_ gen_ rand_ stats wywołanie funkcji Generates a single random deviate from an exponential distribution with mean "av", błędy i użycie
float stats_rand_gen_exponential ( float av )
. - Jak działa f_ gen_ rand_ stats 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, błędy i użycie
float stats_rand_gen_f ( float dfn, float dfd )
. - Jak działa funiform_ gen_ rand_ stats wywołanie funkcji Generates uniform float between low (exclusive) and high (exclusive), błędy i użycie
float stats_rand_gen_funiform ( float low, float high )
. - Jak działa gamma_ gen_ rand_ stats wywołanie funkcji Generates random deviates from a gamma distribution, błędy i użycie
float stats_rand_gen_gamma ( float a, float r )
. - Jak działa negative_ ibinomial_ gen_ rand_ stats 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))., błędy i użycie
int stats_rand_gen_ibinomial_negative ( int n, float p )
. - Jak działa ibinomial_ gen_ rand_ stats 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, błędy i użycie
int stats_rand_gen_ibinomial ( int n, float pp )
. - Jak działa int_ gen_ rand_ stats wywołanie funkcji Generates random integer between 1 and 2147483562, błędy i użycie
int stats_rand_gen_int ( void )
. - Jak działa ipoisson_ gen_ rand_ stats wywołanie funkcji Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0)., błędy i użycie
int stats_rand_gen_ipoisson ( float mu )
. - Jak działa iuniform_ gen_ rand_ stats wywołanie funkcji Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive), błędy i użycie
int stats_rand_gen_iuniform ( int low, int high )
. - Jak działa chisquare_ noncenral_ gen_ rand_ stats 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, błędy i użycie
float stats_rand_gen_noncenral_chisquare ( float df, float xnonc )
. - Jak działa timeout_ set_ stream wywołanie funkcji Set timeout period on a stream, błędy i użycie
bool stream_set_timeout ( resource stream, int seconds [, int microseconds] )
. - Jak działa buffer_ write_ set_ stream wywołanie funkcji Sets file buffering on the given stream, błędy i użycie
int stream_set_write_buffer ( resource stream, int buffer )
. - Jak działa f_ noncentral_ gen_ rand_ stats 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., błędy i użycie
float stats_rand_gen_noncentral_f ( float dfn, float dfd, float xnonc )
. - Jak działa t_ noncentral_ gen_ rand_ stats wywołanie funkcji Generates a single random deviate from a noncentral T distribution, błędy i użycie
float stats_rand_gen_noncentral_t ( float df, float xnonc )
. - Jak działa normal_ gen_ rand_ stats 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., błędy i użycie
float stats_rand_gen_normal ( float av, float sd )
. - Jak działa t_ gen_ rand_ stats wywołanie funkcji Generates a single random deviate from a T distribution, błędy i użycie
float stats_rand_gen_t ( float df )
. - Jak działa seeds_ get_ rand_ stats wywołanie funkcji Not documented, błędy i użycie
array stats_rand_get_seeds ( void )
. - Jak działa seeds_ to_ phrase_ rand_ stats wywołanie funkcji generate two seeds for the RGN random number generator, błędy i użycie
array stats_rand_phrase_to_seeds ( string phrase )
. - Jak działa ranf_ rand_ stats 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, błędy i użycie
float stats_rand_ranf ( void )
. - Jak działa setall_ rand_ stats wywołanie funkcji Not documented, błędy i użycie
void stats_rand_setall ( int iseed1, int iseed2 )
. - Jak działa skew_ stats wywołanie funkcji Computes the skewness of the data in the array, błędy i użycie
float stats_skew ( array a )
. - Jak działa deviation_ standard_ stats wywołanie funkcji Returns the standard deviation, błędy i użycie
float stats_standard_deviation ( array a [, bool sample] )
. - Jak działa coef_ binomial_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_binomial_coef ( int x, int n )
. - Jak działa correlation_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_correlation ( array arr1, array arr2 )
. - Jak działa gennch_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_gennch ( int n )
. - Jak działa t_ independent_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_independent_t ( array arr1, array arr2 )
. - Jak działa innerproduct_ stat_ stats wywołanie funkcji , błędy i użycie
float stats_stat_innerproduct ( array arr1, array arr2 )
. - Jak działa t_ noncentral_ stat_ stats wywołanie funkcji Calculates any one parameter of the noncentral t distribution give values for the others., błędy i użycie
float stats_stat_noncentral_t ( float par1, float par2, float par3, int which )
. - Jak działa t_ paired_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_paired_t ( array arr1, array arr2 )
. - Jak działa percentile_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_percentile ( float df, float xnonc )
. - Jak działa powersum_ stat_ stats wywołanie funkcji Not documented, błędy i użycie
float stats_stat_powersum ( array arr, float power )
. - Jak działa variance_ stats wywołanie funkcji Returns the population variance, błędy i użycie
float stats_variance ( array a [, bool sample] )
. - Jak działa append_ bucket_ stream wywołanie funkcji Append bucket to brigade, błędy i użycie
void stream_bucket_append ( resource brigade, resource bucket )
. - Jak działa writeable_ make_ bucket_ stream wywołanie funkcji Return a bucket object from the brigade for operating on, błędy i użycie
object stream_bucket_make_writeable ( resource brigade )
. - Jak działa new_ bucket_ stream wywołanie funkcji Create a new bucket for use on the current stream, błędy i użycie
object stream_bucket_new ( resource stream, string buffer )
. - Jak działa prepend_ bucket_ stream wywołanie funkcji Prepend bucket to brigade, błędy i użycie
void stream_bucket_prepend ( resource brigade, resource bucket )
. - Jak działa create_ context_ stream wywołanie funkcji Create a streams context, błędy i użycie
resource stream_context_create ( [array options] )
. - Jak działa default_ get_ context_ stream wywołanie funkcji Retreive the default streams context, błędy i użycie
resource stream_context_get_default ( [array options] )
. - Jak działa options_ get_ context_ stream wywołanie funkcji Retrieve options for a stream/wrapper/context, błędy i użycie
array stream_context_get_options ( resource stream_or_context )
. - Jak działa option_ set_ context_ stream wywołanie funkcji Sets an option for a stream/wrapper/context, błędy i użycie
bool stream_context_set_option ( resource stream_or_context, string wrapper, string option, mixed value )
. - Jak działa params_ set_ context_ stream wywołanie funkcji Set parameters for a stream/wrapper/context, błędy i użycie
bool stream_context_set_params ( resource stream_or_context, array params )
. - Jak działa stream_ to_ copy_ stream wywołanie funkcji Copies data from one stream to another, błędy i użycie
int stream_copy_to_stream ( resource source, resource dest [, int maxlength [, int offset]] )
. - Jak działa append_ filter_ stream wywołanie funkcji Attach a filter to a stream, błędy i użycie
resource stream_filter_append ( resource stream, string filtername [, int read_write [, mixed params]] )
. - Jak działa prepend_ filter_ stream wywołanie funkcji Attach a filter to a stream, błędy i użycie
resource stream_filter_prepend ( resource stream, string filtername [, int read_write [, mixed params]] )
. - Jak działa register_ filter_ stream wywołanie funkcji Register a stream filter implemented as a PHP class derived from php_user_filter, błędy i użycie
bool stream_filter_register ( string filtername, string classname )
. - Jak działa remove_ filter_ stream wywołanie funkcji Remove a filter from a stream, błędy i użycie
bool stream_filter_remove ( resource stream_filter )
. - Jak działa contents_ get_ stream wywołanie funkcji Reads remainder of a stream into a string, błędy i użycie
string stream_get_contents ( resource handle [, int maxlength [, int offset]] )
. - Jak działa filters_ get_ stream wywołanie funkcji Retrieve list of registered filters, błędy i użycie
array stream_get_filters ( void )
. - Jak działa line_ get_ stream wywołanie funkcji Gets line from stream resource up to a given delimiter, błędy i użycie
string stream_get_line ( resource handle, int length [, string ending] )
. - Jak działa data_ meta_ get_ stream wywołanie funkcji Retrieves header/meta data from streams/file pointers, błędy i użycie
array stream_get_meta_data ( resource stream )
. - Jak działa transports_ get_ stream wywołanie funkcji Retrieve list of registered socket transports, błędy i użycie
array stream_get_transports ( void )
. - Jak działa wrappers_ get_ stream wywołanie funkcji Retrieve list of registered streams, błędy i użycie
array stream_get_wrappers ( void )
. - Jak działa wrapper_ register_ stream wywołanie funkcji Alias of stream_wrapper_register(), błędy i użycie
.
- Jak działa strpos wywołanie funkcji Find position of first occurrence of a string, błędy i użycie
int strpos ( string haystack, mixed needle [, int offset] )
. - Jak działa select_ stream 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, błędy i użycie
int stream_select ( array &read, array &write, array &except, int tv_sec [, int tv_usec] )
. - Jak działa blocking_ set_ stream wywołanie funkcji Set blocking/non-blocking mode on a stream, błędy i użycie
bool stream_set_blocking ( resource stream, int mode )
. - Jak działa accept_ socket_ stream wywołanie funkcji Accept a connection on a socket created by stream_socket_server(), błędy i użycie
resource stream_socket_accept ( resource server_socket [, float timeout [, string &peername]] )
. - Jak działa client_ socket_ stream wywołanie funkcji Open Internet or Unix domain socket connection, błędy i użycie
resource stream_socket_client ( string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]] )
. - Jak działa crypto_ enable_ socket_ stream wywołanie funkcji Turns encryption on/off on an already connected socket, błędy i użycie
mixed stream_socket_enable_crypto ( resource stream, bool enable [, int crypto_type [, resource session_stream]] )
. - Jak działa name_ get_ socket_ stream wywołanie funkcji Retrieve the name of the local or remote sockets, błędy i użycie
string stream_socket_get_name ( resource handle, bool want_peer )
. - Jak działa pair_ socket_ stream wywołanie funkcji Creates a pair of connected, indistinguishable socket streams, błędy i użycie
array stream_socket_pair ( int domain, int type, int protocol )
. - Jak działa recvfrom_ socket_ stream wywołanie funkcji Receives data from a socket, connected or not, błędy i użycie
string stream_socket_recvfrom ( resource socket, int length [, int flags [, string &address]] )
. - Jak działa sendto_ socket_ stream wywołanie funkcji Sends a message to a socket, whether it is connected or not, błędy i użycie
int stream_socket_sendto ( resource socket, string data [, int flags [, string address]] )
. - Jak działa server_ socket_ stream wywołanie funkcji Create an Internet or Unix domain server socket, błędy i użycie
resource stream_socket_server ( string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]] )
. - Jak działa register_ wrapper_ stream wywołanie funkcji Register a URL wrapper implemented as a PHP class, błędy i użycie
bool stream_wrapper_register ( string protocol, string classname )
. - Jak działa restore_ wrapper_ stream wywołanie funkcji Restores a previously unregistered built-in wrapper, błędy i użycie
bool stream_wrapper_restore ( string protocol )
. - Jak działa unregister_ wrapper_ stream wywołanie funkcji Unregister a URL wrapper, błędy i użycie
bool stream_wrapper_unregister ( string protocol )
. - Jak działa setlocale wywołanie funkcji Set locale information, błędy i użycie
string setlocale ( int category, string locale [, string ...] )
. - Jak działa file_ sha1 wywołanie funkcji Calculate the sha1 hash of a file, błędy i użycie
string sha1_file ( string filename [, bool raw_output] )
. - Jak działa sha1 wywołanie funkcji Calculate the sha1 hash of a string, błędy i użycie
string sha1 ( string str [, bool raw_output] )
. - Jak działa text_ similar wywołanie funkcji Calculate the similarity between two strings, błędy i użycie
int similar_text ( string first, string second [, float &percent] )
. - Jak działa soundex wywołanie funkcji Calculate the soundex key of a string, błędy i użycie
string soundex ( string str )
. - Jak działa sprintf wywołanie funkcji Return a formatted string, błędy i użycie
string sprintf ( string format [, mixed args [, mixed ...]] )
. - Jak działa sscanf wywołanie funkcji Parses input from a string according to a format, błędy i użycie
mixed sscanf ( string str, string format [, mixed &...] )
. - Jak działa ireplace_ str wywołanie funkcji Case-insensitive version of str_replace()., błędy i użycie
mixed str_ireplace ( mixed search, mixed replace, mixed subject [, int &count] )
. - Jak działa pad_ str wywołanie funkcji Pad a string to a certain length with another string, błędy i użycie
string str_pad ( string input, int pad_length [, string pad_string [, int pad_type]] )
. - Jak działa repeat_ str wywołanie funkcji Repeat a string, błędy i użycie
string str_repeat ( string input, int multiplier )
. - Jak działa replace_ str wywołanie funkcji Replace all occurrences of the search string with the replacement string, błędy i użycie
mixed str_replace ( mixed search, mixed replace, mixed subject [, int &count] )
. - Jak działa rot13_ str wywołanie funkcji Perform the rot13 transform on a string, błędy i użycie
string str_rot13 ( string str )
. - Jak działa shuffle_ str wywołanie funkcji Randomly shuffles a string, błędy i użycie
string str_shuffle ( string str )
. - Jak działa split_ str wywołanie funkcji Convert a string to an array, błędy i użycie
array str_split ( string string [, int split_length] )
. - Jak działa count_ word_ str wywołanie funkcji Return information about words used in a string, błędy i użycie
mixed str_word_count ( string string [, int format [, string charlist]] )
. - Jak działa strcasecmp wywołanie funkcji Binary safe case-insensitive string comparison, błędy i użycie
int strcasecmp ( string str1, string str2 )
. - Jak działa strchr wywołanie funkcji Alias of strstr(), błędy i użycie
.
- Jak działa strcmp wywołanie funkcji Binary safe string comparison, błędy i użycie
int strcmp ( string str1, string str2 )
. - Jak działa strcoll wywołanie funkcji Locale based string comparison, błędy i użycie
int strcoll ( string str1, string str2 )
. - Jak działa strcspn wywołanie funkcji Find length of initial segment not matching mask, błędy i użycie
int strcspn ( string str1, string str2 [, int start [, int length]] )
. - Jak działa tags_ strip wywołanie funkcji Strip HTML and PHP tags from a string, błędy i użycie
string strip_tags ( string str [, string allowable_tags] )
. - Jak działa stripcslashes wywołanie funkcji Un-quote string quoted with addcslashes(), błędy i użycie
string stripcslashes ( string str )
. - Jak działa stripos wywołanie funkcji Find position of first occurrence of a case-insensitive string, błędy i użycie
int stripos ( string haystack, string needle [, int offset] )
. - Jak działa stripslashes wywołanie funkcji Un-quote string quoted with addslashes(), błędy i użycie
string stripslashes ( string str )
. - Jak działa stristr wywołanie funkcji Case-insensitive strstr(), błędy i użycie
string stristr ( string haystack, string needle )
. - Jak działa strlen wywołanie funkcji Get string length, błędy i użycie
int strlen ( string string )
. - Jak działa strnatcasecmp wywołanie funkcji Case insensitive string comparisons using a "natural order"algorithm, błędy i użycie
int strnatcasecmp ( string str1, string str2 )
. - Jak działa strnatcmp wywołanie funkcji String comparisons using a "natural order" algorithm, błędy i użycie
int strnatcmp ( string str1, string str2 )
. - Jak działa strncasecmp wywołanie funkcji Binary safe case-insensitive string comparison of the first ncharacters, błędy i użycie
int strncasecmp ( string str1, string str2, int len )
. - Jak działa strncmp wywołanie funkcji Binary safe string comparison of the first n characters, błędy i użycie
int strncmp ( string str1, string str2, int len )
. - Jak działa strpbrk wywołanie funkcji Search a string for any of a set of characters, błędy i użycie
string strpbrk ( string haystack, string char_list )
. - Jak działa strrchr wywołanie funkcji Find the last occurrence of a character in a string, błędy i użycie
string strrchr ( string haystack, string needle )
. - Jak działa strrev wywołanie funkcji Reverse a string, błędy i użycie
string strrev ( string string )
. - Jak działa strripos wywołanie funkcji Find position of last occurrence of a case-insensitive string in a string, błędy i użycie
int 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, błędy i użycie
int strrpos ( string haystack, string needle [, int offset] )
. - Jak działa strspn wywołanie funkcji Find length of initial segment matching mask, błędy i użycie
int strspn ( string str1, string str2 [, int start [, int length]] )
. - Jak działa strstr wywołanie funkcji Find first occurrence of a string, błędy i użycie
string strstr ( string haystack, string needle )
. - Jak działa strtok wywołanie funkcji Tokenize string, błędy i użycie
string strtok ( string str, string token )
. - Jak działa strtolower wywołanie funkcji Make a string lowercase, błędy i użycie
string strtolower ( string str )
. - Jak działa strtoupper wywołanie funkcji Make a string uppercase, błędy i użycie
string strtoupper ( string string )
. - Jak działa strtr wywołanie funkcji Translate certain characters, błędy i użycie
string strtr ( string str, string from, string to )
. - Jak działa compare_ substr wywołanie funkcji Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters, błędy i użycie
int substr_compare ( string main_str, string str, int offset [, int length [, bool case_insensitivity]] )
. - Jak działa count_ substr wywołanie funkcji Count the number of substring occurrences, błędy i użycie
int substr_count ( string haystack, string needle [, int offset [, int length]] )
. - Jak działa replace_ substr wywołanie funkcji Replace text within a portion of a string, błędy i użycie
mixed substr_replace ( mixed string, string replacement, int start [, int length] )
. - Jak działa substr wywołanie funkcji Return part of a string, błędy i użycie
string substr ( string string, int start [, int length] )
. - Jak działa actiongeturl_ swf wywołanie funkcji Get a URL from a Shockwave Flash movie, błędy i użycie
void swf_actiongeturl ( string url, string target )
. - Jak działa actiongotoframe_ swf wywołanie funkcji Play a frame and then stop, błędy i użycie
void swf_actiongotoframe ( int framenumber )
. - Jak działa actiongotolabel_ swf wywołanie funkcji Display a frame with the specified label, błędy i użycie
void swf_actiongotolabel ( string label )
. - Jak działa actionnextframe_ swf wywołanie funkcji Go forward one frame, błędy i użycie
void swf_actionnextframe ( void )
. - Jak działa actionplay_ swf wywołanie funkcji Start playing the flash movie from the current frame, błędy i użycie
void swf_actionplay ( void )
. - Jak działa actionprevframe_ swf wywołanie funkcji Go backwards one frame, błędy i użycie
void swf_actionprevframe ( void )
. - Jak działa actionsettarget_ swf wywołanie funkcji Set the context for actions, błędy i użycie
void swf_actionsettarget ( string target )
. - Jak działa actionstop_ swf wywołanie funkcji Stop playing the flash movie at the current frame, błędy i użycie
void swf_actionstop ( void )
. - Jak działa actiontogglequality_ swf wywołanie funkcji Toggle between low and high quality, błędy i użycie
void swf_actiontogglequality ( void )
. - Jak działa actionwaitforframe_ swf wywołanie funkcji Skip actions if a frame has not been loaded, błędy i użycie
void swf_actionwaitforframe ( int framenumber, int skipcount )
. - Jak działa addbuttonrecord_ swf wywołanie funkcji Controls location, appearance and active area of the current button, błędy i użycie
void swf_addbuttonrecord ( int states, int shapeid, int depth )
. - Jak działa addcolor_ swf wywołanie funkcji Set the global add color to the rgba value specified, błędy i użycie
void swf_addcolor ( float r, float g, float b, float a )
. - Jak działa closefile_ swf wywołanie funkcji Close the current Shockwave Flash file, błędy i użycie
void swf_closefile ( [int return_file] )
. - Jak działa definebitmap_ swf wywołanie funkcji Define a bitmap, błędy i użycie
void swf_definebitmap ( int objid, string image_name )
. - Jak działa definefont_ swf wywołanie funkcji Defines a font, błędy i użycie
void swf_definefont ( int fontid, string fontname )
. - Jak działa defineline_ swf wywołanie funkcji Define a line, błędy i użycie
void swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width )
. - Jak działa definepoly_ swf wywołanie funkcji Define a polygon, błędy i użycie
void swf_definepoly ( int objid, array coords, int npoints, float width )
. - Jak działa definerect_ swf wywołanie funkcji Define a rectangle, błędy i użycie
void swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width )
. - Jak działa definetext_ swf wywołanie funkcji Define a text string, błędy i użycie
void swf_definetext ( int objid, string str, int docenter )
. - Jak działa endbutton_ swf wywołanie funkcji End the definition of the current button, błędy i użycie
void swf_endbutton ( void )
. - Jak działa enddoaction_ swf wywołanie funkcji End the current action, błędy i użycie
void swf_enddoaction ( void )
. - Jak działa endshape_ swf wywołanie funkcji Completes the definition of the current shape, błędy i użycie
void swf_endshape ( void )
. - Jak działa endsymbol_ swf wywołanie funkcji End the definition of a symbol, błędy i użycie
void swf_endsymbol ( void )
. - Jak działa fontsize_ swf wywołanie funkcji Change the font size, błędy i użycie
void swf_fontsize ( float size )
. - Jak działa fontslant_ swf wywołanie funkcji Set the font slant, błędy i użycie
void swf_fontslant ( float slant )
. - Jak działa fonttracking_ swf wywołanie funkcji Set the current font tracking, błędy i użycie
void swf_fonttracking ( float tracking )
. - Jak działa getbitmapinfo_ swf wywołanie funkcji Get information about a bitmap, błędy i użycie
array swf_getbitmapinfo ( int bitmapid )
. - Jak działa getfontinfo_ swf wywołanie funkcji The height in pixels of a capital A and a lowercase x, błędy i użycie
array swf_getfontinfo ( void )
. - Jak działa getframe_ swf wywołanie funkcji Get the frame number of the current frame, błędy i użycie
int swf_getframe ( void )
. - Jak działa labelframe_ swf wywołanie funkcji Label the current frame, błędy i użycie
void swf_labelframe ( string name )
. - Jak działa severity_ client_ min_ sybase wywołanie funkcji Sets minimum client severity, błędy i użycie
void sybase_min_client_severity ( int severity )
. - Jak działa lookat_ swf wywołanie funkcji Define a viewing transformation, błędy i użycie
void 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 modifyobject_ swf wywołanie funkcji Modify an object, błędy i użycie
void swf_modifyobject ( int depth, int how )
. - Jak działa mulcolor_ swf wywołanie funkcji Sets the global multiply color to the rgba value specified, błędy i użycie
void swf_mulcolor ( float r, float g, float b, float a )
. - Jak działa nextid_ swf wywołanie funkcji Returns the next free object id, błędy i użycie
int swf_nextid ( void )
. - Jak działa oncondition_ swf wywołanie funkcji Describe a transition used to trigger an action list, błędy i użycie
void swf_oncondition ( int transition )
. - Jak działa openfile_ swf wywołanie funkcji Open a new Shockwave Flash file, błędy i użycie
void swf_openfile ( string filename, float width, float height, float framerate, float r, float g, float b )
. - Jak działa ortho2_ swf wywołanie funkcji Defines 2D orthographic mapping of user coordinates onto thecurrent viewport, błędy i użycie
void swf_ortho2 ( float xmin, float xmax, float ymin, float ymax )
. - Jak działa ortho_ swf wywołanie funkcji Defines an orthographic mapping of user coordinates onto thecurrent viewport, błędy i użycie
void swf_ortho ( float xmin, float xmax, float ymin, float ymax, float zmin, float zmax )
. - Jak działa perspective_ swf wywołanie funkcji Define a perspective projection transformation, błędy i użycie
void swf_perspective ( float fovy, float aspect, float near, float far )
. - Jak działa placeobject_ swf wywołanie funkcji Place an object onto the screen, błędy i użycie
void swf_placeobject ( int objid, int depth )
. - Jak działa polarview_ swf wywołanie funkcji Define the viewer's position with polar coordinates, błędy i użycie
void swf_polarview ( float dist, float azimuth, float incidence, float twist )
. - Jak działa popmatrix_ swf wywołanie funkcji Restore a previous transformation matrix, błędy i użycie
void swf_popmatrix ( void )
. - Jak działa posround_ swf wywołanie funkcji Enables or Disables the rounding of the translation when objectsare placed or moved, błędy i użycie
void swf_posround ( int round )
. - Jak działa pushmatrix_ swf wywołanie funkcji Push the current transformation matrix back unto the stack, błędy i użycie
void swf_pushmatrix ( void )
. - Jak działa removeobject_ swf wywołanie funkcji Remove an object, błędy i użycie
void swf_removeobject ( int depth )
. - Jak działa rotate_ swf wywołanie funkcji Rotate the current transformation, błędy i użycie
void swf_rotate ( float angle, string axis )
. - Jak działa scale_ swf wywołanie funkcji Scale the current transformation, błędy i użycie
void swf_scale ( float x, float y, float z )
. - Jak działa setfont_ swf wywołanie funkcji Change the current font, błędy i użycie
void swf_setfont ( int fontid )
. - Jak działa setframe_ swf wywołanie funkcji Switch to a specified frame, błędy i użycie
void swf_setframe ( int framenumber )
. - Jak działa shapearc_ swf wywołanie funkcji Draw a circular arc, błędy i użycie
void swf_shapearc ( float x, float y, float r, float ang1, float ang2 )
. - Jak działa shapecurveto3_ swf wywołanie funkcji Draw a cubic bezier curve, błędy i użycie
void swf_shapecurveto3 ( float x1, float y1, float x2, float y2, float x3, float y3 )
. - Jak działa shapecurveto_ swf wywołanie funkcji Draw a quadratic bezier curve between two points, błędy i użycie
void swf_shapecurveto ( float x1, float y1, float x2, float y2 )
. - Jak działa shapefillbitmapclip_ swf wywołanie funkcji Set current fill mode to clipped bitmap, błędy i użycie
void swf_shapefillbitmapclip ( int bitmapid )
. - Jak działa shapefillbitmaptile_ swf wywołanie funkcji Set current fill mode to tiled bitmap, błędy i użycie
void swf_shapefillbitmaptile ( int bitmapid )
. - Jak działa shapefilloff_ swf wywołanie funkcji Turns off filling, błędy i użycie
void swf_shapefilloff ( void )
. - Jak działa shapefillsolid_ swf wywołanie funkcji Set the current fill style to the specified color, błędy i użycie
void swf_shapefillsolid ( float r, float g, float b, float a )
. - Jak działa shapelinesolid_ swf wywołanie funkcji Set the current line style, błędy i użycie
void swf_shapelinesolid ( float r, float g, float b, float a, float width )
. - Jak działa shapelineto_ swf wywołanie funkcji Draw a line, błędy i użycie
void swf_shapelineto ( float x, float y )
. - Jak działa shapemoveto_ swf wywołanie funkcji Move the current position, błędy i użycie
void swf_shapemoveto ( float x, float y )
. - Jak działa showframe_ swf wywołanie funkcji Display the current frame, błędy i użycie
void swf_showframe ( void )
. - Jak działa startbutton_ swf wywołanie funkcji Start the definition of a button, błędy i użycie
void swf_startbutton ( int objid, int type )
. - Jak działa startdoaction_ swf wywołanie funkcji Start a description of an action list for the current frame, błędy i użycie
void swf_startdoaction ( void )
. - Jak działa startshape_ swf wywołanie funkcji Start a complex shape, błędy i użycie
void swf_startshape ( int objid )
. - Jak działa startsymbol_ swf wywołanie funkcji Define a symbol, błędy i użycie
void swf_startsymbol ( int objid )
. - Jak działa textwidth_ swf wywołanie funkcji Get the width of a string, błędy i użycie
float swf_textwidth ( string str )
. - Jak działa translate_ swf wywołanie funkcji Translate the current transformations, błędy i użycie
void swf_translate ( float x, float y, float z )
. - Jak działa viewport_ swf wywołanie funkcji Select an area for future drawing, błędy i użycie
void swf_viewport ( float xmin, float xmax, float ymin, float ymax )
. - Jak działa rows_ affected_ sybase wywołanie funkcji Gets number of affected rows in last query, błędy i użycie
int sybase_affected_rows ( [resource link_identifier] )
. - Jak działa close_ sybase wywołanie funkcji Closes a Sybase connection, błędy i użycie
bool sybase_close ( [resource link_identifier] )
. - Jak działa connect_ sybase wywołanie funkcji Opens a Sybase server connection, błędy i użycie
resource sybase_connect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
. - Jak działa seek_ data_ sybase wywołanie funkcji Moves internal row pointer, błędy i użycie
bool sybase_data_seek ( resource result_identifier, int row_number )
. - Jak działa count_ retry_ deadlock_ sybase wywołanie funkcji Sets the deadlock retry count, błędy i użycie
void sybase_deadlock_retry_count ( int retry_count )
. - Jak działa array_ fetch_ sybase wywołanie funkcji Fetch row as array, błędy i użycie
array sybase_fetch_array ( resource result )
. - Jak działa assoc_ fetch_ sybase wywołanie funkcji Fetch a result row as an associative array, błędy i użycie
array sybase_fetch_assoc ( resource result )
. - Jak działa field_ fetch_ sybase wywołanie funkcji Get field information from a result, błędy i użycie
object sybase_fetch_field ( resource result [, int field_offset] )
. - Jak działa object_ fetch_ sybase wywołanie funkcji Fetch a row as an object, błędy i użycie
object sybase_fetch_object ( resource result [, mixed object] )
. - Jak działa row_ fetch_ sybase wywołanie funkcji Get a result row as an enumerated array, błędy i użycie
array sybase_fetch_row ( resource result )
. - Jak działa seek_ field_ sybase wywołanie funkcji Sets field offset, błędy i użycie
bool sybase_field_seek ( resource result, int field_offset )
. - Jak działa result_ free_ sybase wywołanie funkcji Frees result memory, błędy i użycie
bool sybase_free_result ( resource result )
. - Jak działa message_ last_ get_ sybase wywołanie funkcji Returns the last message from the server, błędy i użycie
string sybase_get_last_message ( void )
. - Jak działa severity_ error_ min_ sybase wywołanie funkcji Sets minimum error severity, błędy i użycie
void sybase_min_error_severity ( int severity )
. - Jak działa severity_ message_ min_ sybase wywołanie funkcji Sets minimum message severity, błędy i użycie
void sybase_min_message_severity ( int severity )
. - Jak działa severity_ server_ min_ sybase wywołanie funkcji Sets minimum server severity, błędy i użycie
void sybase_min_server_severity ( int severity )
. - Jak działa fields_ num_ sybase wywołanie funkcji Gets the number of fields in a result set, błędy i użycie
int sybase_num_fields ( resource result )
. - Jak działa rows_ num_ sybase wywołanie funkcji Get number of rows in a result set, błędy i użycie
int sybase_num_rows ( resource result )
. - Jak działa pconnect_ sybase wywołanie funkcji Open persistent Sybase connection, błędy i użycie
resource sybase_pconnect ( [string servername [, string username [, string password [, string charset [, string appname]]]]] )
. - Jak działa query_ sybase wywołanie funkcji Sends a Sybase query, błędy i użycie
mixed sybase_query ( string query [, resource link_identifier] )
. - Jak działa result_ sybase wywołanie funkcji Get result data, błędy i użycie
string sybase_result ( resource result, int row, mixed field )
. - Jak działa db_ select_ sybase wywołanie funkcji Selects a Sybase database, błędy i użycie
bool sybase_select_db ( string database_name [, resource link_identifier] )
. - Jak działa handler_ message_ set_ sybase wywołanie funkcji Sets the handler called when a server message is raised, błędy i użycie
bool sybase_set_message_handler ( callback handler [, resource connection] )
. - Jak działa query_ unbuffered_ sybase wywołanie funkcji Send a Sybase query and do not block, błędy i użycie
resource 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, błędy i użycie
string serialize ( mixed value )
. - Jak działa settype wywołanie funkcji Set the type of a variable, błędy i użycie
bool settype ( mixed &var, string type )
. - Jak działa strval wywołanie funkcji Get string value of a variable, błędy i użycie
string strval ( mixed var )
.
PHP programowanie dla początkujących
Kodowanie w języku PHP-Z. Słownik pojęć.
Programowanie w jezyku PHP.Z