Section 1

Preview this deck

PHP function which deletes a file

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

1

All-time users

1

Favorites

0

Last updated

1 year ago

Date created

Mar 14, 2020

Cards (70)

Section 1

(50 cards)

PHP function which deletes a file

Front

unlink

Back

PHP function which shuffle an array

Front

shuffle

Back

PHP function which make the string to upper

Front

strtoupper

Back

PHP function which сreate an array containing a range of elements

Front

range

Back

PHP function which changes file mode

Front

chmod

Back

PHP function which computes the difference of arrays

Front

array_diff

Back

PHP function which returns available space on filesystem or disk partition

Front

disk_free_space

Back

PHP function which renames a file or directory

Front

rename

Back

PHP function which gets file permission

Front

fileperms

Back

PHP function which print arrays contents

Front

print

Back

PHP function which returns trailing name component of path

Front

basename

Back

PHP function which count number of elements in the array

Front

count

Back

PHP function which prepend one or more elements to the beginning of an array

Front

array_unshift

Back

PHP function which trim a function

Front

trim

Back

PHP function which tells whether the filename is writable

Front

is_writable

Back

PHP function which tells whether a file exists and is readable

Front

is_readable

Back

PHP function which write data to a file

Front

file_put_contents

Back

PHP function which return an array with elements in reverse order

Front

array_reverse

Back

PHP function which reads entire file into a string

Front

file_get_contents

Back

PHP function which gets file modification time

Front

filemtime

Back

PHP function which sort an array

Front

sort

Back

PHP function which shift an element off the beginning of array

Front

array_shift

Back

PHP function which extract a slice of the array

Front

array_slice

Back

PHP function to know the length

Front

strlen

Back

PHP function which sort an array in reverse order

Front

rsort

Back

PHP function which fill an array with values

Front

array_fill

Back

PHP function which calculate the sum of values in an array

Front

array_sum

Back

PHP function which split a string by a string

Front

explode

Back

PHP function which gets file size

Front

filesize

Back

PHP function which compare string

Front

strcmp

Back

PHP function which copies file

Front

copy

Back

PHP function which checks if a value exists in an array

Front

in_array

Back

PHP function which changes file group

Front

chgrp

Back

PHP function which merge one or more arrays

Front

array_merge

Back

PHP function which pop the element from array

Front

array_pop

Back

PHP function to know the first occurance of a substring

Front

strpos

Back

PHP function which join array elements with a string

Front

implode

Back

PHP function which replace text within a portion of a string

Front

substr_replace

Back

PHP function which removes duplicate values from an array

Front

array_unique

Back

PHP function which computes the intersection of arrays

Front

array_intersect

Back

PHP function which tells whether the filename is a directory

Front

is_dir

Back

PHP function which reads entire file into an array

Front

file

Back

PHP function which return part of the string

Front

substr

Back

PHP function which make the string to lower

Front

strtolower

Back

PHP function which push the element into the array

Front

array_push

Back

PHP function which replace all occurrences of the search string with the replacement string

Front

str_replace

Back

PHP function which searches the array for a given value and returns the first corresponding key if successful

Front

array_search

Back

PHP function which interactively reduces the array to a single value using a callback function

Front

array_reduce

Back

PHP function which calculate the product of values in an array

Front

array_product

Back

PHP function which filter the values of an array using a callback function

Front

array_filter

Back

Section 2

(20 cards)

PHP function which give the exponential expression

Front

pow

Back

PHP function which find lowest value

Front

min

Back

PHP function which rounds a float

Front

round

Back

PHP function which makes directory

Front

mkdir

Back

PHP function which give the base-10 logarithm

Front

log10

Back

PHP function which give the square root

Front

sqrt

Back

PHP function which generate a random integer

Front

rand

Back

PHP function which give the absolute value

Front

abs

Back

PHP function which find highest value

Front

max

Back

PHP function which checks whether a file or directory exists

Front

file_exist

Back

PHP function which removes directory

Front

rmdir

Back

PHP function which round fractions up

Front

ceil

Back

PHP function which round fractions down

Front

floor

Back

PHP function which changes file owner

Front

chown

Back

PHP function which give the sine

Front

sin

Back

PHP function which give the tangent

Front

tan

Back

PHP function which list files and directories inside the specified path

Front

scandir

Back

PHP function which give the cosine

Front

cos

Back

PHP function which natural logarithm

Front

log

Back

PHP function which find pathnames matching a pattern

Front

glob

Back