Function __global->_news_import_grab_image

Definitions

sources/news2.php

  • Download a specific remote image and sub in the new URL.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
&$data string Yes No required parameter N/A N/A HTML (passed by reference)
$url URLPATH No No required parameter N/A N/A URL

Preview

Code (PHP)

/**
 * Download a specific remote image and sub in the new URL.
 *
 * @param  string $data HTML (passed by reference)
 * @param  URLPATH $url URL
 */

function _news_import_grab_image(string &$data, string $url)