intrebari freelancer

Upload: igor-sirghi

Post on 02-Jun-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 Intrebari Freelancer

    1/2

    What function is used to convert an argument specifying any base in the range 2 to 36?

    What PHP function returns the arctangent in radians of a numerical argument?atan()

    Which function takes a single argument and returns the largest integer that is less or equal to

    that argument?FLOOR

    Which predefined Memcache function turns on data compression?

    Using the Zip Archive Class, which of the following will include a file to a ZIP archive from a

    given path?ZipArchive::addFile

    Which function opens a memcached server persistent connection?mixedMemcache::pconnect

    On the additional header that PHP allows you to include on an email you can add:

    $headers = "MIME-Version: 1.0" . "\r\n";

    $headers .= "Content-type:text/htm;!harset=iso-#-1" . "\r\n";

    // More headers

    $headers .= %&rom: '(e)master*exampe.!om+% . "\r\n";

    $headers .= %C!: my)oss*exampe.!om% . "\r\n";

    Select the variable used to set the php.ini file to send emails containing the address of the

    default PHP mail sender.

    ,mai n!tion; &or in2 ony.3M45 = smtp.se!reser6er.net

    ; &or (in2 onysendmai7rom = (e)master*ttoriaspoint.!om

    The file handle argument in fread() allows you to specify ___________.

    Which function returns (and caches) file permissions level?

    Which POSIX character matches the beginning of a string only?m/^regex$/m;

    Which Interface allows you to use a design pattern that is characteristically changed with the

    instantiation of objects?

    Which of the following is the only keyword that can be written before the namespace at the

    top of the file?namespa!e\rn89;

    http://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/topic/db2/rbafzscafloor.htmhttp://www.php.net/manual/en/language.pseudo-types.php#language.types.mixedhttp://www.php.net/manual/en/language.pseudo-types.php#language.types.mixedhttp://pic.dhe.ibm.com/infocenter/iseries/v6r1m0/topic/db2/rbafzscafloor.htm
  • 8/10/2019 Intrebari Freelancer

    2/2

    Which types of code can be affected by namespaces?ode are affected by namespaces:

    classes, interfaces, functions and constants

    What PHP token that allows access to static, constant, and overridden properties or methods

    of a class?

    What is the term for breaking the binding between a variable name and variable content?

    When you unset the reference, you just break the binding between variable name

    and variable content. his does not mean that variable content will be destroyed

    Which kind of reference is used by creating a local variable in a function and a variable in the

    calling scope referencing the same content?

    At compile time static values are bound with

    Select the convention sign used to indicate private variables and functions:

    Which of the following allows you to set a user-defined exception handler function?

    set!exception!handler

    Which Perl Compatible Regex character will cause any special character to be treated as a

    simple matching character?

    Which Perl Compatible Regex function inserts escape characters into strings that are

    intended for use as regex patterns.

    Which bitwise operator will set the bits that are set in either $a or $b.

    $a | $b "r (inclusive or) #its that are set in either $aor $bare set

    Which operator appends the argument on the right side to the argument on the left side?