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

  • Home
  • SEARCH
  • 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 6796089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:25:31+00:00 2026-05-26T18:25:31+00:00

I am wondering if there is something similar to javascript or VB’s with statement

  • 0

I am wondering if there is something similar to javascript or VB’s with statement but in php

The way this works, for example in VB is shown below. The two code snippets do the same effect:

array[index].attr1 = val1;
array[index].attr2 = val2;
array[index].attr3 = val3;

is equal to :

With(array[index])
    .attr1 = val1
    .attr2 = val2
    .attr3 = val3
End With
  • 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-05-26T18:25:31+00:00Added an answer on May 26, 2026 at 6:25 pm

    Not exactly the with statement, but you can use references in your example:

    $r = &$array[index];
    
    $r->attr1 = val1;
    $r->attr2 = val2;
    $r->attr3 = val3;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering, is there something similar to array_count_values , but that works with
I've discovered this idiom recently, and I am wondering if there is something I
Came across something like this today, and was wondering if there was an equivalent
I was just wondering if there something similar to App_Offline.htm (it cuts all dynamic
I am wondering if there is something similar to Wordpress stats or if I
I'm wondering if there is something like Hotswap/HotDelpoy/JRebel (known from Java World) in .NET
I have many requires and includes and i was wondering if there's something that
I'm starting with Python coming from java. I was wondering if there exists something
I'm wondering what good ways there would be make assertions about synchronization or something
Wondering if there's any not-too-hard way to edit non-form text in html 4. I

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.