XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe phpthumb_functions

// Plus de détails...

Fonctions membres publiques statiques

static user_function_exists ($functionname)
 
static builtin_function_exists ($functionname)
 
static version_compare_replacement_sub ($version1, $version2, $operator='')
 
static version_compare_replacement ($version1, $version2, $operator='')
 
static escapeshellarg_replacement ($arg)
 
static phpinfo_array ()
 
static exif_info ()
 
static ImageTypeToMIMEtype ($imagetype)
 
static TranslateWHbyAngle ($width, $height, $angle)
 
static HexCharDisplay ($string)
 
static IsHexColor ($HexColorString)
 
static ImageColorAllocateAlphaSafe (&$gdimg_hexcolorallocate, $R, $G, $B, $alpha=false)
 
static ImageHexColorAllocate (&$gdimg_hexcolorallocate, $HexColorString, $dieOnInvalid=false, $alpha=false)
 
static HexColorXOR ($hexcolor)
 
static GetPixelColor (&$img, $x, $y)
 
static PixelColorDifferencePercent ($currentPixel, $targetPixel)
 
static GrayscaleValue ($r, $g, $b)
 
static GrayscalePixel ($OriginalPixel)
 
static GrayscalePixelRGB ($rgb)
 
static ScaleToFitInBox ($width, $height, $maxwidth=null, $maxheight=null, $allow_enlarge=true, $allow_reduce=true)
 
static ImageCopyResampleBicubic ($dst_img, $src_img, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h)
 
static ImageCreateFunction ($x_size, $y_size)
 
static ImageCopyRespectAlpha (&$dst_im, &$src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $opacity_pct=100)
 
static ProportionalResize ($old_width, $old_height, $new_width=false, $new_height=false)
 
static FunctionIsDisabled ($function)
 
static SafeExec ($command)
 
static ApacheLookupURIarray ($filename)
 
static gd_is_bundled ()
 
static gd_version ($fullstring=false)
 
static filesize_remote ($remotefile, $timeout=10)
 
static filedate_remote ($remotefile, $timeout=10)
 
static md5_file_safe ($filename)
 
static nonempty_min ()
 
static LittleEndian2String ($number, $minbytes=1)
 
static OneOfThese ()
 
static CaseInsensitiveInArray ($needle, $haystack)
 
static URLreadFsock ($host, $file, &$errstr, $successonly=true, $port=-1, $timeout=10)
 
static CleanUpURLencoding ($url, $queryseperator='&')
 
static URLschemeDefaultPort ($scheme)
 
static ParseURLbetter ($url)
 
static SafeURLread ($url, &$error, $timeout=10, $followredirects=true)
 
static EnsureDirectoryExists ($dirname, $mask=0755)
 
static GetAllFilesInSubfolders ($dirname)
 
static SanitizeFilename ($filename)
 
static PasswordStrength ($password)
 

Description détaillée

//

Documentation des fonctions membres

◆ ApacheLookupURIarray()

static ApacheLookupURIarray (   $filename)
static
+ Voici le graphe des appelants de cette fonction :

◆ builtin_function_exists()

static builtin_function_exists (   $functionname)
static
+ Voici le graphe des appelants de cette fonction :

◆ CaseInsensitiveInArray()

static CaseInsensitiveInArray (   $needle,
  $haystack 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ CleanUpURLencoding()

static CleanUpURLencoding (   $url,
  $queryseperator = '&' 
)
static
+ Voici le graphe d'appel pour cette fonction :

◆ EnsureDirectoryExists()

static EnsureDirectoryExists (   $dirname,
  $mask = 0755 
)
static

◆ escapeshellarg_replacement()

static escapeshellarg_replacement (   $arg)
static
+ Voici le graphe des appelants de cette fonction :

◆ exif_info()

static exif_info ( )
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ filedate_remote()

static filedate_remote (   $remotefile,
  $timeout = 10 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ filesize_remote()

static filesize_remote (   $remotefile,
  $timeout = 10 
)
static
+ Voici le graphe d'appel pour cette fonction :

◆ FunctionIsDisabled()

static FunctionIsDisabled (   $function)
static
+ Voici le graphe des appelants de cette fonction :

◆ gd_is_bundled()

static gd_is_bundled ( )
static
+ Voici le graphe des appelants de cette fonction :

◆ gd_version()

static gd_version (   $fullstring = false)
static
+ Voici le graphe des appelants de cette fonction :

◆ GetAllFilesInSubfolders()

static GetAllFilesInSubfolders (   $dirname)
static
+ Voici le graphe des appelants de cette fonction :

◆ GetPixelColor()

static GetPixelColor ( $img,
  $x,
  $y 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ GrayscalePixel()

static GrayscalePixel (   $OriginalPixel)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ GrayscalePixelRGB()

static GrayscalePixelRGB (   $rgb)
static

◆ GrayscaleValue()

static GrayscaleValue (   $r,
  $g,
  $b 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ HexCharDisplay()

static HexCharDisplay (   $string)
static
+ Voici le graphe des appelants de cette fonction :

◆ HexColorXOR()

static HexColorXOR (   $hexcolor)
static

◆ ImageColorAllocateAlphaSafe()

static ImageColorAllocateAlphaSafe ( $gdimg_hexcolorallocate,
  $R,
  $G,
  $B,
  $alpha = false 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ ImageCopyResampleBicubic()

static ImageCopyResampleBicubic (   $dst_img,
  $src_img,
  $dst_x,
  $dst_y,
  $src_x,
  $src_y,
  $dst_w,
  $dst_h,
  $src_w,
  $src_h 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ ImageCopyRespectAlpha()

static ImageCopyRespectAlpha ( $dst_im,
$src_im,
  $dst_x,
  $dst_y,
  $src_x,
  $src_y,
  $src_w,
  $src_h,
  $opacity_pct = 100 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ ImageCreateFunction()

static ImageCreateFunction (   $x_size,
  $y_size 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ ImageHexColorAllocate()

static ImageHexColorAllocate ( $gdimg_hexcolorallocate,
  $HexColorString,
  $dieOnInvalid = false,
  $alpha = false 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ ImageTypeToMIMEtype()

static ImageTypeToMIMEtype (   $imagetype)
static
+ Voici le graphe des appelants de cette fonction :

◆ IsHexColor()

static IsHexColor (   $HexColorString)
static
+ Voici le graphe des appelants de cette fonction :

◆ LittleEndian2String()

static LittleEndian2String (   $number,
  $minbytes = 1 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ md5_file_safe()

static md5_file_safe (   $filename)
static
+ Voici le graphe des appelants de cette fonction :

◆ nonempty_min()

static nonempty_min ( )
static
+ Voici le graphe des appelants de cette fonction :

◆ OneOfThese()

static OneOfThese ( )
static
+ Voici le graphe des appelants de cette fonction :

◆ ParseURLbetter()

static ParseURLbetter (   $url)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ PasswordStrength()

static PasswordStrength (   $password)
static

◆ phpinfo_array()

static phpinfo_array ( )
static
+ Voici le graphe des appelants de cette fonction :

◆ PixelColorDifferencePercent()

static PixelColorDifferencePercent (   $currentPixel,
  $targetPixel 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ ProportionalResize()

static ProportionalResize (   $old_width,
  $old_height,
  $new_width = false,
  $new_height = false 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ SafeExec()

static SafeExec (   $command)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ SafeURLread()

static SafeURLread (   $url,
$error,
  $timeout = 10,
  $followredirects = true 
)
static
+ Voici le graphe d'appel pour cette fonction :

◆ SanitizeFilename()

static SanitizeFilename (   $filename)
static
+ Voici le graphe des appelants de cette fonction :

◆ ScaleToFitInBox()

static ScaleToFitInBox (   $width,
  $height,
  $maxwidth = null,
  $maxheight = null,
  $allow_enlarge = true,
  $allow_reduce = true 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ TranslateWHbyAngle()

static TranslateWHbyAngle (   $width,
  $height,
  $angle 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ URLreadFsock()

static URLreadFsock (   $host,
  $file,
$errstr,
  $successonly = true,
  $port = -1,
  $timeout = 10 
)
static
+ Voici le graphe des appelants de cette fonction :

◆ URLschemeDefaultPort()

static URLschemeDefaultPort (   $scheme)
static
+ Voici le graphe des appelants de cette fonction :

◆ user_function_exists()

static user_function_exists (   $functionname)
static

◆ version_compare_replacement()

static version_compare_replacement (   $version1,
  $version2,
  $operator = '' 
)
static
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ version_compare_replacement_sub()

static version_compare_replacement_sub (   $version1,
  $version2,
  $operator = '' 
)
static
+ Voici le graphe des appelants de cette fonction :

La documentation de cette classe a été générée à partir du fichier suivant :