Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9252717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:01:14+00:00 2026-06-18T11:01:14+00:00

Assuming I have an array of file handles created using PHP’s tmpfile() function, can

  • 0

Assuming I have an array of file handles created using PHP’s tmpfile() function, can I send the files as attachments using PHP curl?

Ordinarily, I’d make an associative array in the form $postdata[fieldname] = ‘@path_to_file’, but since I can’t determine the path of the tmpfile (I only have the handle), I’m at a loss.

Motivation: I don’t want to have to separately purge the contents of these tmpfiles from disk. I feel the tmpfile behavior suits this purpose but the curl component is complicating things.

Post-Answer Consideration: Jay’s answer clears this up, but I came across a deal-breaker shortcoming of tmpfile: the “clean-up” behavior is skipped in the event of a FATAL or abrupt termination of the process, so manual purging would be necessary as a fail-safe. I don’t think there’s any way to circumvent the process of going through the filesystem and ensuring everything is cleaned up, tmpfile or not.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T11:01:15+00:00Added an answer on June 18, 2026 at 11:01 am

    Check out: http://us.php.net/manual/en/function.stream-get-meta-data.php

    You can do the following:

    $t = tmpfile();
    $a = stream_get_meta_data($t);
    
    $filename = $a['uri'];
    

    This question is similar to: Getting filename (or deleting file) using file handle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

assuming I have the following array: views = [ { :user_id => 1, :viewed_at
Assuming i have a post model with created_at, title, and id. How can i
Assuming you have only the URL to a file (hosted on the same server
Assuming I have the following two JQuery functions - The first, which works: $(#myLink_931).click(function
Assuming I have a comments model and a posts model, What code can I
Assuming I have an NSMutableArray which is loaded from file: searchTermsArray = [[NSMutableArray alloc]
I have a php file that writes to a txt file: <?php $answers =
I have a file (image) upload script in PHP that I use to upload
I have a list of files stored in a text file. I read the
There are possible head-to-head match ups in Hold 'em. Assuming I have an array

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.