The ReflectionMethod::getModifiers() function is an inbuilt function in PHP which is used to return the numeric representation of the method modifiers. Syntax: int ReflectionMethod::getModifiers( void… Read More
Tag Archives: PHP-function
The ImagickDraw::setTextInterwordSpacing() function is an inbuilt function in PHP which is used to used to set the text interword spacing which means nothing but space… Read More
The ReflectionClass::getMethod() function is an inbuilt function in PHP which is used to return a ReflectionMethod for the specified class method. Syntax: ReflectionMethod ReflectionClass::getMethod (… Read More
The Reflection::getShortName() function is an inbuilt function in PHP which is used to return the short name of the specified class, the part without the… Read More
The ReflectionMethod::export() function is an inbuilt function in PHP which is used to return the export as a string if the return parameter has been… Read More
The ReflectionClass::inNamespace() function is an inbuilt function in PHP which is used to check the existence of the namespace. It returns true for the success… Read More
The ReflectionGenerator::getTrace() function is an inbuilt function in PHP which is used to return the trace of the specified currently executing generator. Syntax: array ReflectionGenerator::getTrace… Read More
The Reflection::getNamespaceName() function is an inbuilt function in PHP which is used to return the name of the specified namespace. Syntax: string Reflection::getNamespaceName( void )… Read More
The imageaffinematrixconcat function is an inbuilt GD function in PHP which is used to concatenate two affine transformation matrices. To get affine transformation array using… Read More
The ImagickDraw::pathCurveToQuadraticBezierRelative() function is an inbuilt function in PHP which is used to draw a quadratic Bezier curve which is nothing but a parametric quadratic… Read More
The ReflectionMethod::getClosure() function is an inbuilt function in PHP which is used to return a dynamically created closure for the method otherwise, return NULL in… Read More
The ReflectionGenerator::getFunction() function is an inbuilt function in PHP which is used to return the function name of the specified generator. Syntax: ReflectionFunctionAbstract ReflectionGenerator::getFunction (… Read More
The ImagickDraw::setTextInterlineSpacing() function is an inbuilt function in PHP which is used to set the text interline spacing. Syntax: bool ImagickDraw::setTextInterlineSpacing( float $spacing ) Parameters:… Read More
The ReflectionClass::isInternal() function is an inbuilt function in PHP which is used to check if class is defined internally by an extension, or the core.… Read More
The Imagick::removeImageProfile() function is an inbuilt function in PHP which is used to remove the named image profile. Syntax: string Imagick::removeImageProfile( string $name ) Parameters:… Read More