File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/InflectionLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: InflectorInterface.php <?php namespace Guzzle\Inflection; /** * Inflector interface used to convert the casing of words */ interface InflectorInterface { /** * Converts strings from camel case to snake case (e.g. CamelCase camel_case). * * @param string $word Word to convert to snake case * * @return string */ public function snake($word); /** * Converts strings from snake_case to upper CamelCase * * @param string $word Value to convert into upper CamelCase * * @return string */ public function camel($word); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirInflector.phpFile851.00 B Rename | Delete | EditInflectorInterface.phpFile574.00 B Rename | Delete | EditMemoizingInflector.phpFile1.92 KB Rename | Delete | EditPreComputedInflector.phpFile1.73 KB Rename | Delete | Edit