Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
stripe
/
stripe-php
/
lib
/
Editing: StripeStreamingClientInterface.php
<?php namespace Stripe; /** * Interface for a Stripe client. */ interface StripeStreamingClientInterface extends BaseStripeClientInterface { public function requestStream($method, $path, $readBodyChunkCallable, $params, $opts); }
Save
Cancel