Function __global->_roll_gae_redirect

Definitions

sources/google_appengine.php

  • Parse a URL scheme into GET variables / a normal query string. Does the normal job of mod_rewrite.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$matches array No No required parameter N/A N/A URL segments matched
$to string No No required parameter N/A N/A Redirect pattern

Preview

Code (PHP)

/**
 * Parse a URL scheme into GET variables / a normal query string. Does the normal job of mod_rewrite.
 *
 * @param  array $matches URL segments matched
 * @param  string $to Redirect pattern
 */

function _roll_gae_redirect(array $matches, string $to)