File ManagerCurrent Directory: wp-content/plugins/backwpup/vendor/guzzle/guzzle/src/Guzzle/InflectionLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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