.. _fsetoption: ###################################################### ``set_option`` — Set an option to the options table. ###################################################### :doc:`Option-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/set_option.rst .. php:function:: set_option($name, $value) Set an option to the options table. Note that objects and arrays must be serialized before being saved. :type $name: string :param $name: The option name. :type $value: string :param $value: The option value. ***** Usage ***** .. include:: /Reference/libraries/globals/usage/set_option.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/set_option.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/set_option.rst