lambda function

  • PHP, Security, and Lambdas

    ·

    If you’re writing PHP code and you want to use lambda functions, don’t use PHP’s create_function() method. It’s insecure, and will be flagged as such by security software and analysts.

    Read More