Related Links : Search Engine Optimization | | Search Engine Marketing | Online Marketing | Freelance Programmer| SEO Thailand | SEO Expert | SEO services | PHP Programmer Thailand | SEO Tutorial | What is SEO |

  Home Our SEO Services SEO Expert Consultant Php Programmer Scripts| Email : sachin {at} jainsachin {dot} com

PHP | Returns the name of the opened mode | Manual | Tutorial | Help

SEO Services



Website Programming in PHP / MYSQL



Friends


    Returns the name of the opened mode

    mcrypt_enc_get_modes_name

    (PHP 4 >= 4.0.2, PHP 5)

    mcrypt_enc_get_modes_name — Returns the name of the opened mode

    Description

    string mcrypt_enc_get_modes_name ( resource $td )

    This function returns the name of the mode.

    Parameters

    td

    The encryption descriptor.

    Return Values

    Returns the name as a string.

    Examples

    Example #1 mcrypt_enc_get_modes_name() example

    <?php
    $td 
    mcrypt_module_open (MCRYPT_CAST_256''MCRYPT_MODE_CFB'');
    echo 
    mcrypt_enc_get_modes_name($td). "\n";

    $td mcrypt_module_open ('cast-256''''ecb''');
    echo 
    mcrypt_enc_get_modes_name($td). "\n";
    ?>

    The above example will output:

    CFB
    ECB
    


    SEO Tutorial / Articles





    Php / Mysql Tutorial



    Articles



      Portfolio


      SEO by Jainsachin