Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
unsecure_php_functions.php File Reference

Go to the source code of this file.

Variables

 return ['unserialize'=> ['replacement'=> '\Magento\Framework\Serialize\SerializerInterface::unserialize', 'exclude'=> [['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'DB/Adapter/Pdo/Mysql.php'], ['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'Serialize/Serializer/Serialize.php'],]], 'serialize'=> ['replacement'=> '\Magento\Framework\Serialize\SerializerInterface::serialize', 'exclude'=> [['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'DB/Adapter/Pdo/Mysql.php'], ['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'Serialize/Serializer/Serialize.php'],]], 'eval'=> ['replacement'=> '', 'exclude'=> []], 'md5'=> ['replacement'=> '', 'exclude'=> [['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/Rpc/Publisher.php',], ['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/MessageController.php',], ['type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/Publisher.php',], ['type'=> 'module', 'name'=> 'Magento_AsynchronousOperations', 'path'=> 'Model/ResourceModel/System/Message/Collection/Synchronized/Plugin.php']]], 'srand'=> ['replacement'=> '', 'exclude'=> []], 'mt_srand'=> ['replacement'=> '', 'exclude'=> []],]
 

Variable Documentation

◆ return

return[ 'unserialize'=> [ 'replacement'=> '\Magento\Framework\Serialize\SerializerInterface::unserialize', 'exclude'=> [ [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'DB/Adapter/Pdo/Mysql.php'], [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'Serialize/Serializer/Serialize.php'],]], 'serialize'=> [ 'replacement'=> '\Magento\Framework\Serialize\SerializerInterface::serialize', 'exclude'=> [ [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'DB/Adapter/Pdo/Mysql.php'], [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'Serialize/Serializer/Serialize.php'],]], 'eval'=> [ 'replacement'=> '', 'exclude'=> []], 'md5'=> [ 'replacement'=> '', 'exclude'=> [ [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/Rpc/Publisher.php',], [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/MessageController.php',], [ 'type'=> 'library', 'name'=> 'magento/framework', 'path'=> 'MessageQueue/Publisher.php',], [ 'type'=> 'module', 'name'=> 'Magento_AsynchronousOperations', 'path'=> 'Model/ResourceModel/System/Message/Collection/Synchronized/Plugin.php']]], 'srand'=> [ 'replacement'=> '', 'exclude'=> []], 'mt_srand'=> [ 'replacement'=> '', 'exclude'=> []],]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Functions that are not secure to use. A <replacement> will be suggested to be used instead. Use <exclude> to specify files and directories that are allowed to use function.

Format: [ <class_name> => [ 'replacement' => <replacement>, 'exclude' => [ <exclude>, <exclude>, ] ]

Definition at line 77 of file unsecure_php_functions.php.