Legacy.php
This contains alternative functions to be used only if running older PHP version which does not have these functions built-in
All rights reserved.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Tags
Table of Contents
- error_get_last() : mixed
- array_fill_keys() : mixed
- image_type_to_extension() : mixed
Functions
error_get_last()
error_get_last() :
mixed
Return values
mixed —array_fill_keys()
array_fill_keys(
array<string|int, mixed>
$keys
,
mixed
$value) :
mixed
Parameters
- $keys : array<string|int, mixed>
- $value : mixed
Return values
mixed —image_type_to_extension()
image_type_to_extension(
mixed
$fncImageType
[,
mixed
$fncIncludeDot =
false ]
) : mixed
Parameters
- $fncImageType : mixed
- $fncIncludeDot : mixed = false